PartyXblLocalChatUser::GetAccessibilitySettings

Returns the accessibility settings associated with this chat user.

Syntax

PartyError GetAccessibilitySettings(  
    PartyXblAccessibilitySettings* settings  
)  

Parameters

settings   PartyXblAccessibilitySettings*
output

The output accessibility settings.

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 PartyXblManager::GetErrorMessage().

Remarks

This function will fail until a PartyXblCreateLocalChatUserCompletedStateChange is provided by PartyXblManager::StartProcessingStateChanges().

Requirements

Header: PartyXboxLive.h

See also

PartyXblLocalChatUser
PartyXblCreateLocalChatUserCompletedStateChange