IsSystemProcess (Compact 2013)
3/28/2014
This function is used to check whether a particular process is a system process.
Syntax
BOOL IsSystemProcess (
DWORD dwProcessId
);
Parameters
- dwProcessId
[in] ID of a process.
Return Value
Returns a nonzero value if the process is a system process; otherwise, the process is not a system process.
Remarks
None.
Requirements
Header |
pkfuncs.h |