Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.15 KB

pflobbycreateandjoinlobbycompletedstatechange.md

File metadata and controls

51 lines (32 loc) · 1.15 KB
author title description ms.author ms.topic ms.service ms.date
ScottMunroMS
PFLobbyCreateAndJoinLobbyCompletedStateChange
Information specific to the *CreateAndJoinLobbyCompleted* type of state change.
scmunro
reference
playfab
03/15/2022

PFLobbyCreateAndJoinLobbyCompletedStateChange

Information specific to the CreateAndJoinLobbyCompleted type of state change.

Syntax

struct PFLobbyCreateAndJoinLobbyCompletedStateChange : PFLobbyStateChange {  
    HRESULT result;  
    void* asyncContext;  
    PFLobbyHandle lobby;  
}  

Members

result   HRESULT

Indicates the result of the CreateAndJoinLobby operation.

The human-readable form of this result can be retrieved via PFMultiplayerGetErrorMessage().

asyncContext   void*

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

lobby   PFLobbyHandle
must not be null

The lobby that was created and joined.

Requirements

Header: PFLobby.h

See also

PFLobby members