The GetEnvironmentStrings function returns the address of the environment block for the current process. This function replaces the GetDOSEnvironment function.
LPVOID GetEnvironmentStrings(VOID)
This function has no parameters.
The return value is a pointer to an environment block for the current process.
Do not use the return value of GetEnvironmentStrings to get or set environment variables. Instead, use the GetEnvironmentVariable and SetEnvironmentVariable functions to access the environment variables within this block. When the block is no longer needed, it should be freed by calling FreeEnvironmentStrings.
A process can use this function’s return value to specify the environment address used by the CreateProcess function.
CreateProcess, GetEnvironmentVariable, SetEnvironmentVariable, FreeEnvironmentStrings
file: /Techref/os/win/api/win32/func/src/f31_10.htm, 1KB, , updated: 2000/4/7 11:19, local time: 2024/11/4 17:15,
3.137.213.95:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://ecomorder.com/Techref/os/win/api/win32/func/src/f31_10.htm"> GetEnvironmentStrings</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.