nn::friends::CTR::GetFriendMii FunctionResult GetFriendMii( MiiData * pMiiDataList, const FriendKey * pFriendKeyList, size_t size = 1 ); Result GetFriendMii( MiiData * pMiiDataList, const PrincipalId * pPrincipalIdList, size_t size = 1 );
| 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. |
Returns empty Mii data in this buffer if there is no friend corresponding to the key passed in the arguments. In this case the function still returns success.
To use the acquired Mii data, the separate "Mii Library" is required.
Returns empty Mii data in this buffer if there is no friend corresponding to the key passed in the arguments. In this case the function still returns success.
To use the acquired Mii data, the separate "Mii Library" is required.
CONFIDENTIAL