Uwaga
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Information specific to the PostUpdateCompleted type of state change.
Syntax
struct PFLobbyPostUpdateCompletedStateChange : PFLobbyStateChange {
HRESULT result;
PFLobbyHandle lobby;
PFEntityKey localUser;
void* asyncContext;
}
Members
result
HRESULT
Indicates the result of the update operation.
The human-readable form of this result can be retrieved via PFMultiplayerGetErrorMessage().
lobby
PFLobbyHandle
must not be null
The lobby provided to the call associated with this state change.
localUser
PFEntityKey
The local user provided to the call associated with this state change.
asyncContext
void*
The async context provided to the call associated with this state change.
Requirements
Header: PFLobby.h