pub type EOS_UserInfo = _tagEOS_UserInfo;Expand description
A structure that contains the user information. These structures are created by EOS_UserInfo_CopyUserInfo and must be passed to EOS_UserInfo_Release.
Aliased Type§
#[repr(C)]pub struct EOS_UserInfo {
pub ApiVersion: i32,
pub UserId: *mut EOS_EpicAccountIdDetails,
pub Country: *const i8,
pub DisplayName: *const i8,
pub PreferredLanguage: *const i8,
pub Nickname: *const i8,
pub DisplayNameSanitized: *const i8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_USERINFO_COPYUSERINFO_API_LATEST.
UserId: *mut EOS_EpicAccountIdDetailsThe Epic Account ID of the user
Country: *const i8The name of the owner’s country. This may be null
DisplayName: *const i8The display name (un-sanitized). This may be null
PreferredLanguage: *const i8The ISO 639 language code for the user’s preferred language. This may be null
Nickname: *const i8A nickname/alias for the target user assigned by the local user. This may be null
DisplayNameSanitized: *const i8The raw display name (sanitized). This may be null