Struct windows_sys::Win32::Security::Authentication::Identity::SECPKG_CALL_INFO
#[repr(C)]pub struct SECPKG_CALL_INFO {
pub ProcessId: u32,
pub ThreadId: u32,
pub Attributes: u32,
pub CallCount: u32,
pub MechOid: *mut c_void,
}Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields§
§ProcessId: u32§ThreadId: u32§Attributes: u32§CallCount: u32§MechOid: *mut c_void