Editar

Compartir vía


PartyLocalChatControl::GetTextChatOptions

Provides the text chat options associated with text chat for this chat control.

Syntax

PartyError GetTextChatOptions(  
    PartyTextChatOptions* options  
)  

Parameters

options   PartyTextChatOptions*
output

Options associated with text chat.

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

PartyLocalChatControl