Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Information specific to the ServerDeleteLobbyCompleted type of state change.
Syntax
struct PFLobbyServerDeleteLobbyCompletedStateChange : PFLobbyStateChange {
PFLobbyHandle lobby;
void* asyncContext;
}
Members
lobby PFLobbyHandle
must not be null
The lobby provided to the call associated with this state change.
asyncContext void*
The async context provided to the call associated with this state change.
Remarks
To use this feature, you must define PFMULTIPLAYER_INCLUDE_SERVER_APIS before including PFLobby.h.
Requirements
Header: PFLobby.h