nn::friends::CTR::GetFriendPresence FunctionResult GetFriendPresence( FriendPresence * pFriendPresenceList, const FriendKey * pFriendKeyList, size_t size = 1 ); Result GetFriendPresence( FriendPresence * pFriendPresenceList, const PrincipalId * pPrincipalIdList, size_t size = 1 );
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. |
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.
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