更新时间:2024-02-23 08:29
该函数为当前进程返回系统环境变量,它取代了DOS模式下的相应函数:GetDOSEnvironment( )
函数原型:
参数说明:
该函数不需要参数.
返回值:调用成功则返回一个指向当前进程的系统环境变量的指针.,若调用失败,返回NULL。
说明:
不要使用该函数来获取或设备系统环境变量.相反,应该使用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