nn::friends::CTR::SendInvitation FunctionResult SendInvitation( const FriendKey * pFriendKeyList, size_t size = 1 ); Result SendInvitation( const PrincipalId * pPrincipalIdList, size_t size = 1 );
SendInvitation(const FriendKey *, size_t)
|
Sends friends an invitation message. |
SendInvitation(const PrincipalId *, size_t)
|
Sends friends an invitation message. |
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.
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