Skip to main content

EOS_IntegratedPlatform_SetUserLoginStatusOptions

Type Alias EOS_IntegratedPlatform_SetUserLoginStatusOptions 

Source
pub type EOS_IntegratedPlatform_SetUserLoginStatusOptions = _tagEOS_IntegratedPlatform_SetUserLoginStatusOptions;
Expand description

Input parameters for the EOS_IntegratedPlatform_SetUserLoginStatus function.

Aliased Type§

#[repr(C)]
pub struct EOS_IntegratedPlatform_SetUserLoginStatusOptions { pub ApiVersion: i32, pub PlatformType: *const i8, pub LocalPlatformUserId: *const i8, pub CurrentLoginStatus: i32, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_INTEGRATEDPLATFORM_SETUSERLOGINSTATUS_API_LATEST.

§PlatformType: *const i8

The integrated platform this user belongs to.

§LocalPlatformUserId: *const i8

String version of the integrated platform-dependent user id.

§CurrentLoginStatus: i32

The login status of the provided user