nn::hio::CTR::GetEnvironmentVariable Function

Syntax

Result 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
);

List of Overloaded Member Functions

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.

Description of GetEnvironmentVariable(s32 *, char *, s32, const char *)

Description of GetEnvironmentVariable(char *, size_t, const char *)

Description of GetEnvironmentVariable(s32 *, wchar_t *, s32, const wchar_t *)

Description of GetEnvironmentVariable(wchar_t *, s32, const wchar_t *)


CONFIDENTIAL