nn::friends::CTR::GetFriendMii Function

Syntax

Result GetFriendMii(
     MiiInformation * pMiiInformationList,
     const FriendKey * pFriendKeyList,
     size_t size = 1
);

Result GetFriendMii(
     MiiInformation * pMiiInformationList,
     const PrincipalId * pPrincipalIdList,
     size_t size = 1
);

List of Overloaded Member Functions

GetFriendMii(MiiInformation *, const FriendKey *, size_t) Gets a list of friends' Mii information.
GetFriendMii(MiiInformation *, const PrincipalId *, size_t) Gets a list of friends' Mii information.

Description of GetFriendMii(MiiInformation *, const FriendKey *, size_t)

Returns empty Mii information if there is no friend corresponding to the key passed in the arguments.

Description of GetFriendMii(MiiInformation *, const PrincipalId *, size_t)

Returns empty Mii information if there is no friend corresponding to the key passed in the arguments.


CONFIDENTIAL