nn::friends::CTR::GetFriendPresence Function

Syntax

Result GetFriendPresence(
     FriendPresence * pFriendPresenceList,
     const FriendKey * pFriendKeyList,
     size_t size = 1
);

Result GetFriendPresence(
     FriendPresence * pFriendPresenceList,
     const PrincipalId * pPrincipalIdList,
     size_t size = 1
);

List of Overloaded Member Functions

GetFriendPresence(FriendPresence *, const FriendKey *, size_t) Gets a list of friend presence information.
GetFriendPresence(FriendPresence *, const PrincipalId *, size_t) Gets a list of friend presence information.

Description of GetFriendPresence(FriendPresence *, const FriendKey *, size_t)

The invitation flag cannot be acquired from the game mode of a friend who has a different match-making game ID specified.

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

Description of GetFriendPresence(FriendPresence *, const PrincipalId *, size_t)

The invitation flag cannot be acquired from the game mode of a friend who has a different match-making game ID specified.

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


CONFIDENTIAL