|
Lhaz
|
静的公開メンバ関数 | |
| static bool | GetVariable (const TCHAR *variableName, TCHAR buffer[], DWORD bufferSize, DWORD *pSizeNeeded=NULL) |
非公開メンバ関数 | |
| Environment () | |
This class assists in retrieving environment variables. It is useful if environment variables were passed in on the command line of WinUnit.exe.
|
private |
|
inlinestatic |
Gets value of environment variable named variableName.
| variableName | Case-insensitive name of variable to be looked up | |
| buffer | Buffer to receive value of variable | |
| bufferSize | Size of buffer, in TCHARs | |
| [out] | pSizeNeeded | Buffer size that was needed, if too small (zero if variable not found) |