GetCurrentProcessId (Windows CE 5.0)
This function returns the process identifier of the calling process.
DWORDGetCurrentProcessId(void);
Parameters
None.
Return Values
The return value is the process identifier of the calling process.
Remarks
In Windows CE, the process identifier returned from this function is the same as the process handle. Until the process terminates, the process identifier uniquely identifies the process throughout the system.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Kfuncs.h.
Link Library: Coredll.lib.
See Also
Send Feedback on this topic to the authors