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: i32API Version: Set this to EOS_INTEGRATEDPLATFORM_SETUSERLOGINSTATUS_API_LATEST.
PlatformType: *const i8The integrated platform this user belongs to.
LocalPlatformUserId: *const i8String version of the integrated platform-dependent user id.
CurrentLoginStatus: i32The login status of the provided user