PartyChatControl::GetLocal

Gets the PartyLocalChatControl version of this chat control.

Syntax

PartyError GetLocal(  
    PartyLocalChatControl** localChatControl  
)  

Parameters

localChatControl   PartyLocalChatControl**
library-allocated output, may return nullptr

The local version of this chat control object, or nullptr if this is not a local chat control.

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

PartyChatControl