Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Information specific to the CreateLocalChatUserCompleted type of state change.
Syntax
struct PartyXblCreateLocalChatUserCompletedStateChange : PartyXblStateChange {
PartyXblStateChangeResult result;
PartyError errorDetail;
void* asyncIdentifier;
PartyXblLocalChatUser* localChatUser;
}
Members
result PartyXblStateChangeResult
Indicates that the local chat user creation operation Succeeded or provides the reason that it failed.
errorDetail PartyError
A diagnostic value providing additional troubleshooting information regarding any potential error condition.
asyncIdentifier void*
The async identifier provided to the call associated with this state change.
localChatUser PartyXblLocalChatUser*
The local chat user that was created.
Requirements
Header: PartyXboxLive.h