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 if there is no friend corresponding to the key passed in the arguments.
To use the acquired Mii data, the separate "Mii Library" is required.
Returns empty Mii data if there is no friend corresponding to the key passed in the arguments.
To use the acquired Mii data, the separate "Mii Library" is required.
CONFIDENTIAL