SchedLogGetProcessName
This function retrieves the name of a process.
LPCSTR SchedLogGetProcessName(
DWORD dwProcID
);
Parameters
- dwProcID
[in] Process identifier received from an OAL logging function, for example, LogCreateProcess.
Return Values
This function returns a pointer to the process name, if available; otherwise, this function returns NULL.
Requirements
OS Versions: Windows CE 2.10 and later.
Header: Schedlog.h.
Link Library: Schedlog.lib.
See Also
schedlog Component | Hardware-Assisted Profiling
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.