GetCurrentProcessId function
Applies to: desktop apps | Metro style apps
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.
Requirements
|
Minimum supported client | Windows XP |
|---|---|
|
Minimum supported server | Windows Server 2003 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/7/2012