nn::friends::CTR::IsFromFriendList Function

Syntax

bool IsFromFriendList(
     FriendKey * pFriendKey
);

Parameters

Name Description
out pFriendKey Pointer to the buffer that stores the friend key of the friend selected as a participant.

Return Values

Returns the result of the operation.

Value Description
true Start from the friend list.
false Start from other than the friend list.

Description

Determines whether the application was started by pressing the "Join game being played" on the friend list.

If started from the friend list, the friend key of the friend selected as a participant is stored in the buffer passed in pFriendKey.

Revision History

2011/08/30
Initial version.

CONFIDENTIAL