Group: Process and Thread - Library: kernel32
Storing the environment strings in cursor
LPVOID GetEnvironmentStrings(VOID); DECLARE INTEGER GetEnvironmentStrings IN kernel32 This function has no parameters.
The return value is a pointer to an environment block for the current process.
A process can use this function"s return value to specify the environment address used by the CreateProcess function.
Home