GetApproachContextMii

nn::friends::CTR::GetApproachContextMii Function

Syntax

Result GetApproachContextMii(
     MiiData * pMiiData,
     const ApproachContext & approachContext
);

Parameters

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.

Return Values

Returns the result of the operation.

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.

Description

Gets the user's Mii character included in the approach context.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL