win32api.GetEnvironmentVariableW
PyUnicode = GetEnvironmentVariableW(Name)
Retrieves the unicode value of an environment variable.
Parameters
Win32 API References
Return Value
Returns None if environment variable is not found
PyUnicode = GetEnvironmentVariableW(Name)
Retrieves the unicode value of an environment variable.