Struct windows_sys::Win32::System::Com::COAUTHINFO
#[repr(C)]pub struct COAUTHINFO {
pub dwAuthnSvc: u32,
pub dwAuthzSvc: u32,
pub pwszServerPrincName: PWSTR,
pub dwAuthnLevel: u32,
pub dwImpersonationLevel: u32,
pub pAuthIdentityData: *mut COAUTHIDENTITY,
pub dwCapabilities: u32,
}Expand description
Required features: "Win32_System_Com"
Fields§
§dwAuthnSvc: u32§dwAuthzSvc: u32§pwszServerPrincName: PWSTR§dwAuthnLevel: u32§dwImpersonationLevel: u32§pAuthIdentityData: *mut COAUTHIDENTITY§dwCapabilities: u32