Struct windows_sys::Win32::Security::Authentication::Identity::TRUSTED_PASSWORD_INFO
#[repr(C)]pub struct TRUSTED_PASSWORD_INFO {
pub Password: UNICODE_STRING,
pub OldPassword: UNICODE_STRING,
}Expand description
Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"
Fields§
§Password: UNICODE_STRING§OldPassword: UNICODE_STRING