nn::friends::CTR::GetFriendProfile Function

Syntax

Result GetFriendProfile(
     Profile * pProfileList,
     const FriendKey * pFriendKeyList,
     size_t size = 1
);

Result GetFriendProfile(
     Profile * pProfileList,
     const PrincipalId * pPrincipalIdList,
     size_t size = 1
);

List of Overloaded Member Functions

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.

Description of GetFriendProfile(Profile *, const FriendKey *, size_t)

Returns empty profile information if there is no friend corresponding to the key passed in the arguments.

Description of GetFriendProfile(Profile *, const PrincipalId *, size_t)

Returns empty profile information if there is no friend corresponding to the key passed in the arguments.


CONFIDENTIAL