Struct windows_sys::Win32::Security::Authentication::Identity::SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST
#[repr(C)]pub struct SECPKG_CALL_PACKAGE_TRANSFER_CRED_REQUEST {
pub MessageType: u32,
pub OriginLogonId: LUID,
pub DestinationLogonId: LUID,
pub Flags: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
, "Win32_Foundation"
Fields§
§MessageType: u32
§OriginLogonId: LUID
§DestinationLogonId: LUID
§Flags: u32