nn::hio::CTR::GetEnvironmentVariable FunctionResult GetEnvironmentVariable( s32 * pLength, wchar_t * buf, s32 length, const wchar_t * name );
| Name | Description | |
|---|---|---|
| pLength | ||
| out | buf | Pointer to the buffer that will store the environment variable. |
| in | length | Buffer size. |
| in | name | Name of the environment variable. |
-1. Gets the value of an environment variable.
CONFIDENTIAL