GetEnvironmentStrings是返回值为系统
环境变量的
指针的函数,该函数不需要参数。
该函数为当前进程返回系统
环境变量,它取代了DOS模式下的相应函数:GetDOSEnvironment( )
该函数不需要参数.
不要使用该函数来获取或设备系统
环境变量.相反,应该使用
GetEnvironmentVariable和SetEnvironmentVariable 函数来访问当前进程的系统环境变量.当不再需要当前进程的系统环境变量块时,应该调用
FreeEnvironmentStrings函数来释放.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in winbase.h;include Windows.h.
Import Library: Use kernel32.lib.
DLL: Requires Kernel32.dll.
Unicode: Implemented as Unicode and ANSI versions on Windows NT.
Processes and Threads Overview, Process and Thread Functions, CreateProcess,
GetEnvironmentVariable, SetEnvironmentVariable,
FreeEnvironmentStrings