GetCurrentProcessId
The GetCurrentProcessId
function returns the process identifier of the calling process.
DWORD GetCurrentProcessId(VOID)
Parameters
This function
has no parameters.
Return Values
The return
value is the process identifier of the calling process.
Remarks
Until the
process terminates, the process identifier uniquely identifies the process
throughout the system.
See Also