Editar

Compartir vía


PartyInvitation::GetCreatorEntityId

Gets the PlayFab Entity ID of the user that created this invitation or nullptr if this invitation was generated as part of a PartyManager::CreateNewNetwork() operation.

Syntax

PartyError GetCreatorEntityId(  
    PartyString* entityId  
)  

Parameters

entityId   PartyString*
library-allocated output, may return nullptr

The output Entity ID of the user that created this invitation, or nullptr.

Return value

PartyError

c_partyErrorSuccess if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via PartyManager::GetErrorMessage().

Requirements

Header: Party.h

See also

PartyInvitation