Struct windows_sys::Win32::NetworkManagement::Ndis::NDIS_PORT
#[repr(C)]pub struct NDIS_PORT {
pub Next: *mut NDIS_PORT,
pub NdisReserved: *mut c_void,
pub MiniportReserved: *mut c_void,
pub ProtocolReserved: *mut c_void,
pub PortCharacteristics: NDIS_PORT_CHARACTERISTICS,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields§
§Next: *mut NDIS_PORT
§NdisReserved: *mut c_void
§MiniportReserved: *mut c_void
§ProtocolReserved: *mut c_void
§PortCharacteristics: NDIS_PORT_CHARACTERISTICS