EOS_Sessions_IsUserInSession

EOS API reference page for EOS_Sessions_IsUserInSession

1分で読めます

This function is part of the Sessions Interface.

Remarks

EOS_Sessions_IsUserInSession returns whether or not a given user can be found in a specified session

Return Value

  • EOS_Success if the user is found in the specified session

  • EOS_NotFound if the user is not found in the specified session

  • EOS_InvalidParameters if you pass an invalid invite ID or a null pointer for the out parameter

  • EOS_IncompatibleVersion if the API version passed in is incorrect

  • EOS_Invalid_ProductUserID if an invalid target user is specified

  • EOS_Sessions_InvalidSession if the session specified is invalid

Parameters

EOS_Sessions_IsUserInSession

Parameter Type And NameUsage Information
EOS_HSessions Handle
const EOS_Sessions_IsUserInSessionOptions* OptionsStructure containing the input parameters