Group: Process and Thread - Library: kernel32
Storing the environment strings in cursor
BOOL FreeEnvironmentStrings(
LPTSTR lpszEnvironmentBlock // envir. strings
);
DECLARE INTEGER FreeEnvironmentStrings IN kernel32;
INTEGER lpszEnvBlock
lpszEnvironmentBlock [in] Pointer to a block of environment strings. The pointer to the block must be obtained by calling the GetEnvironmentStrings function.
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.