Searched refs:ENV_BUFFER_SIZE (Results 1 – 1 of 1) sorted by relevance
391 #define ENV_BUFFER_SIZE (32*1024-1) macro395 WCHAR buff[ENV_BUFFER_SIZE]; in osl_getEnvironment()397 …if (GetEnvironmentVariableW(reinterpret_cast<LPCWSTR>(ustrVar->buffer), buff, ENV_BUFFER_SIZE) > 0) in osl_getEnvironment()
Completed in 9 milliseconds