nn::friends::CTR::GetApproachContextMii FunctionResult GetApproachContextMii( MiiData * pMiiData, const ApproachContext & approachContext );
| Name | Description | |
|---|---|---|
| out | pMiiData | Specifies a pointer to a buffer storing an obtained Mii character. |
| in | approachContext | Specifies the approach context of the user for which to get the display name. |
| Value | Description |
|---|---|
Result::IsSuccess |
Process succeeded. |
ResultInvalidPointer |
Invalid pointer passed as argument. |
ResultNotInitialized |
The friend presence library is not initialized. |
ResultInvalidArgument |
Approach context decryption failed. |
| Other | Another result may be returned, depending on the internal state of the daemon and other factors. |
Gets the user's Mii character included in the approach context.
CONFIDENTIAL