nn::friends::CTR::GetFriendProfile FunctionResult GetFriendProfile( Profile * pProfileList, const FriendKey * pFriendKeyList, size_t size = 1 );
| Name | Description | |
|---|---|---|
| out | pProfileList | Specifies a pointer to a buffer storing obtained profile information. |
| in | pFriendKeyList | Specifies a pointer to a list of friend keys. |
| in | size | Specifies the number of buffer elements in the friend key list. |
Gets a list of friends' profile information.
Returns empty profile information if there is no friend corresponding to the key passed in the arguments.
CONFIDENTIAL