nn::friends::CTR::IsFromFriendList Function
bool IsFromFriendList(
FriendKey * pFriendKey
);
| Name | Description | |
|---|---|---|
| out | pFriendKey |
Pointer to the buffer that stores the friend key of the friend selected as a participant. |
| Value | Description |
|---|---|
true |
Start from the friend list. |
false |
Start from other than the friend list. |
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.
CONFIDENTIAL