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’, ‘Win32_Foundation’
Fields
dwAuthnSvc: u32dwAuthzSvc: u32pwszServerPrincName: PWSTRdwAuthnLevel: u32dwImpersonationLevel: u32pAuthIdentityData: *mut COAUTHIDENTITYdwCapabilities: u32