Re: PsSetCreateProcessNotifyRoutine
- From: "anton bassov" <soviet_bloke@xxxxxxxxxxx>
- Date: 29 Jul 2006 11:52:23 -0700
Hi mate
Don't forget that the number of process-creation callbacks that can be
registered with the system is limited to 8. Therefore, these is a good
chance that this quota has already been filled by some third-party
drivers
Anton Bassov
euacela@xxxxxxxxx wrote:
I am trying to make something similar to task manager but when I call
PsSetCreateProcessNotifyRoutine it returns this error: The specified
procedure could not be found.
It means that it's first parameter, the one which should have been the
pointer to a procedure for callback is not recognised.
I have my callback defined like this:
VOID ProcMgrGabi(IN HANDLE ParentId, IN HANDLE ProcessId,BOOL Create)
{
etc etc etc;
}
and I call the function like this:
rc=PsSetCreateProcessNotifyRoutine(ProcMgrGabi,FALSE);
and rc returns that error
what can it be
.
- Follow-Ups:
- Re: PsSetCreateProcessNotifyRoutine
- From: euacela@xxxxxxxxx
- Re: PsSetCreateProcessNotifyRoutine
- Prev by Date: Re: High-performance IO
- Next by Date: Re: MapViewOfFile and file caching
- Previous by thread: Creating a shortcut
- Next by thread: Re: PsSetCreateProcessNotifyRoutine
- Index(es):
Relevant Pages
|
Loading