GetCurrentProcessId function
Retrieves the process identifier of the calling process.
Syntax
DWORD WINAPI GetCurrentProcessId(void);
Parameters
This function has no parameters.
Return value
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.
Windows Phone 8: This API is supported.
Requirements
|
Minimum supported client | Windows XP [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/21/2012
