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: u32ThreadId: u32Attributes: u32CallCount: u32MechOid: *mut c_void