nn::friends::CTR::GetFriendMii Function

Syntax

Result GetFriendMii(
     MiiData * pMiiDataList,
     const FriendKey * pFriendKeyList,
     size_t size = 1
);
Result GetFriendMii(
     MiiData * pMiiDataList,
     const PrincipalId * pPrincipalIdList,
     size_t size = 1
);

List of Overloaded Member Functions

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

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

Empty Mii data is returned in the given buffer if no friends correspond to the keys passed in as arguments. Even in this case, the function itself returns a value indicating success.

To use the acquired Mii data, the separate "Mii Library" is required.

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

Empty Mii data is returned in the given buffer if no friends correspond to the keys passed in as arguments. Even in this case, the function itself returns a value indicating success.

To use the acquired Mii data, the separate "Mii Library" is required.


CONFIDENTIAL