pLogProcessCreate
This global variable is optional and points to LogProcessCreate, an optional OAL function used to log process creation. pLogProcessCreate is called when the scheduler creates a process.
void (*pLogProcessCreate)(
DWORD ProcessID
);
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Developer defined.
See Also
LogProcessCreate | pLogProcessDelete
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.