nn::friends::CTR::GetFriendProfile FunctionResult GetFriendProfile( Profile * pProfileList, const FriendKey * pFriendKeyList, size_t size = 1 ); Result GetFriendProfile( Profile * pProfileList, const PrincipalId * pPrincipalIdList, size_t size = 1 );
GetFriendProfile(Profile *, const FriendKey *, size_t)
|
Gets a list of friends' profile information. |
GetFriendProfile(Profile *, const PrincipalId *, size_t)
|
Gets a list of friends' profile information. |
GetFriendProfile(Profile *, const FriendKey *, size_t)Returns empty profile information if there is no friend corresponding to the key passed in the arguments.
GetFriendProfile(Profile *, const PrincipalId *, size_t)Returns empty profile information if there is no friend corresponding to the key passed in the arguments.
CONFIDENTIAL