nn::hio::CTR::GetEnvironmentVariable FunctionResult GetEnvironmentVariable( s32 * pLength, char *buf, s32 length, const char * name ); s32 GetEnvironmentVariable( char *buf, size_t length, const char * name ); Result GetEnvironmentVariable( s32 * pLength, wchar_t * buf, s32 length, const wchar_t * name ); s32 GetEnvironmentVariable( wchar_t * buf, s32 length, const wchar_t * name );
GetEnvironmentVariable(s32 *, char *, s32, const char *)
|
Gets the value of an environment variable. |
GetEnvironmentVariable(char *, size_t, const char *)
|
Gets the value of an environment variable. |
GetEnvironmentVariable(s32 *, wchar_t *, s32, const wchar_t *)
|
Gets the value of an environment variable. |
GetEnvironmentVariable(wchar_t *, s32, const wchar_t *)
|
Gets the value of an environment variable. |
GetEnvironmentVariable(s32 *, char *, s32, const char *)GetEnvironmentVariable(char *, size_t, const char *)GetEnvironmentVariable(s32 *, wchar_t *, s32, const wchar_t *)GetEnvironmentVariable(wchar_t *, s32, const wchar_t *)CONFIDENTIAL