 |
GetEnvironmentStrings ..msdn Add comment W32 Constants Translate this page |
 |
 |
Retrieves the environment block for the current process.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
LPVOID GetEnvironmentStrings(VOID);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetEnvironmentStrings IN kernel32
|
 |
 |
 |
| Parameters: |
 |
| This function has no parameters. |
 |
 |
| Return value: |
 |
| The return value is a pointer to an environment block for the current process. |
 |
 |
| My comment: |
 |
| A process can use this function"s return value to specify the environment address used by the CreateProcess function. |
 |
 |
| Word Index links for the GetEnvironmentStrings : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-08-04 12:00:00 | | Modified: | 2001-12-17 23:28:58 | Visited in last 7 days: 19 |