nn::friends::CTR::SendInvitation Function

Syntax

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

Result SendInvitation(
     const PrincipalId * pPrincipalIdList,
     size_t size = 1
);

List of Overloaded Member Functions

SendInvitation(const FriendKey *, size_t) Sends friends an invitation message.
SendInvitation(const PrincipalId *, size_t) Sends friends an invitation message.

Description of SendInvitation(const FriendKey *, size_t)

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

Description of SendInvitation(const PrincipalId *, size_t)

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


CONFIDENTIAL