Struct windows_sys::Win32::System::Rpc::RPC_SECURITY_QOS_V3_A
#[repr(C)]pub struct RPC_SECURITY_QOS_V3_A {
pub Version: u32,
pub Capabilities: RPC_C_QOS_CAPABILITIES,
pub IdentityTracking: RPC_C_QOS_IDENTITY,
pub ImpersonationType: RPC_C_IMP_LEVEL,
pub AdditionalSecurityInfoType: RPC_C_AUTHN_INFO_TYPE,
pub u: RPC_SECURITY_QOS_V3_A_0,
pub Sid: *mut c_void,
}Expand description
Required features: "Win32_System_Rpc", "Win32_System_Com"
Fields§
§Version: u32§Capabilities: RPC_C_QOS_CAPABILITIES§IdentityTracking: RPC_C_QOS_IDENTITY§ImpersonationType: RPC_C_IMP_LEVEL§AdditionalSecurityInfoType: RPC_C_AUTHN_INFO_TYPE§u: RPC_SECURITY_QOS_V3_A_0§Sid: *mut c_void