pub type EOS_UserInfo_ExternalUserInfo = _tagEOS_UserInfo_ExternalUserInfo;Expand description
Contains information about a single external user info.
Aliased Type§
#[repr(C)]pub struct EOS_UserInfo_ExternalUserInfo {
pub ApiVersion: i32,
pub AccountType: i32,
pub AccountId: *const u8,
pub DisplayName: *const u8,
pub DisplayNameSanitized: *const u8,
}Fields§
§ApiVersion: i32API Version: Set this to EOS_USERINFO_EXTERNALUSERINFO_API_LATEST.
AccountType: i32The type of the external account
AccountId: *const u8The ID of the external account. Can be null
DisplayName: *const u8The display name of the external account (un-sanitized). Can be null
DisplayNameSanitized: *const u8The display name of the external account (sanitized). Can be null