PartyPopulateAvailableTextToSpeechProfilesCompletedStateChange

Information specific to the PopulateAvailableTextToSpeechProfilesCompleted type of state change.

Syntax

struct PartyPopulateAvailableTextToSpeechProfilesCompletedStateChange : PartyStateChange {  
    PartyStateChangeResult result;  
    PartyError errorDetail;  
    PartyLocalChatControl* localChatControl;  
    void* asyncIdentifier;  
}  

Members

result   PartyStateChangeResult

Indicates that the operation Succeeded or the reason that it failed.

On success, the profile list provided by PartyLocalChatControl::GetAvailableTextToSpeechProfiles() will be populated with the results of the operation. On failure, the profile list will remain unchanged.

errorDetail   PartyError

A diagnostic value providing additional troubleshooting information regarding any potential error condition.

The human-readable form of this error detail can be retrieved via PartyManager::GetErrorMessage().

localChatControl   PartyLocalChatControl*

The chat control provided to the call associated with this state change.

asyncIdentifier   void*

The async identifier provided to the call associated with this state change.

Requirements

Header: Party.h

See also

Party members
PartyLocalChatControl::PopulateAvailableTextToSpeechProfiles