EOS_AntiCheatServer_SetGameSessionId

EOS API reference page for EOS_AntiCheatServer_SetGameSessionId

1분 소요

This function is part of the AntiCheatServer Interface.

Remarks

Optional. Sets or updates a game session identifier which can be attached to other data for reference. The identifier can be updated at any time for currently and subsequently registered clients. This function may only be called between a successful call to EOS_AntiCheatServer_BeginSession and the matching EOS_AntiCheatServer_EndSession call.

Return Value

  • EOS_Success - If the game session identifier was set successfully

  • EOS_InvalidParameters - If input data was invalid

Parameters

EOS_AntiCheatServer_SetGameSessionId

Parameter Type And NameUsage Information
EOS_HAntiCheatServer Handle
const EOS_AntiCheatCommon_SetGameSessionIdOptions* OptionsStructure containing input data.
  • EOS_EResult