 |
GetCurrentProcessId ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetCurrentProcessId function retrieves the process identifier of the calling process. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD GetCurrentProcessId(VOID);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetCurrentProcessId;
IN kernel32
|
 |
 |
 |
| Parameters: |
 |
| This function has no parameters. |
 |
 |
| Return value: |
 |
| The return value is the process identifier of the calling process. |
 |
 |
| My comment: |
 |
Until the process terminates, the process identifier uniquely identifies the process throughout the system.
Application.ProcessId returns identical result and most likely wraps this function. |
 |
 |
| Word Index links for the GetCurrentProcessId : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-18 12:00:00 | | Modified: | 2008-03-26 11:54:15 | Visited in last 7 days: 54 |