nn::friends::CTR::SendInvitation Function

Syntax

Result SendInvitation(
     const FriendKey * pFriendKeyList,
     size_t size = 1
);

Arguments

Name Description
in pFriendKeyList Specifies a pointer to a list of friend keys.
in size Specifies the number of elements in a list of friend keys.

Return Values

Returns the result of the operation.

Description

Sends friends an invitation message.

Before this function can be used, the local host must first be logged in using the nn::friends::CTR::Login function.


CONFIDENTIAL