 |
GetCurrentProcess ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetCurrentProcess function retrieves a pseudo handle for the current process. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HANDLE GetCurrentProcess(VOID);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetCurrentProcess;
IN kernel32
|
 |
 |
 |
| Parameters: |
 |
| This function has no parameters. |
 |
 |
| Return value: |
 |
| The return value is a pseudo handle to the current process. |
 |
 |
| My comment: |
 |
| A pseudo handle is a special constant that is interpreted as the current process handle. The calling process can use this handle to specify its own process whenever a process handle is required. Pseudo handles are not inherited by child processes. |
 |
 |
| Word Index links for the GetCurrentProcess : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-09-18 12:00:00 | | Modified: | 2001-11-26 16:03:40 | Visited in last 7 days: 98 |