Struct windows_sys::Win32::Security::Authentication::Identity::SECURITY_USER_DATA
#[repr(C)]pub struct SECURITY_USER_DATA {
pub UserName: UNICODE_STRING,
pub LogonDomainName: UNICODE_STRING,
pub LogonServer: UNICODE_STRING,
pub pSid: PSID,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields§
§UserName: UNICODE_STRING
§LogonDomainName: UNICODE_STRING
§LogonServer: UNICODE_STRING
§pSid: PSID