Syntax
Parameters
lobby PFLobbyHandle
The handle of the lobby.
customContext void**output, may return nullptr The output custom context.
Return value
Type: HRESULTS_OK if retrieving the custom context succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via PFMultiplayerGetErrorMessage().
Remarks
If no custom context has been set yet, the value pointed to bycustomContext is set to nullptr.
Requirements
Header: PFLobby.hSee also
PFLobby membersPFLobbySetCustomContext
