LPVOID GetEnvironmentStrings(VOID) |
The GetEnvironmentStrings function returns the address of the environment block for the current process.
This function has no parameters.
The return value is the address of the environment block for the current process.
The return value is opaque. An application can use this value to specify the environment address with the CreateProcess function, but should only access the environment variables within this block using the GetEnvironmentVariable and SetEnvironmentVariable functions.
CreateProcess, GetEnvironmentVariable, SetEnvironmentVariable