Struct windows_sys::Win32::Networking::WinSock::SOCKET_SECURITY_QUERY_INFO
#[repr(C)]pub struct SOCKET_SECURITY_QUERY_INFO {
pub SecurityProtocol: SOCKET_SECURITY_PROTOCOL,
pub Flags: u32,
pub PeerApplicationAccessTokenHandle: u64,
pub PeerMachineAccessTokenHandle: u64,
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields§
§SecurityProtocol: SOCKET_SECURITY_PROTOCOL
§Flags: u32
§PeerApplicationAccessTokenHandle: u64
§PeerMachineAccessTokenHandle: u64