nn::friends::CTR::SendInvitation Function

Syntax

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

Arguments

Name Description
in pPrincipalIdList Specifies a pointer to a list of principal IDs.
in size Specifies the number of elements in a list of principal IDs.

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