#[repr(C)]pub struct NDIS_PCI_DEVICE_CUSTOM_PROPERTIES {Show 13 fields
pub Header: NDIS_OBJECT_HEADER,
pub DeviceType: u32,
pub CurrentSpeedAndMode: u32,
pub CurrentPayloadSize: u32,
pub MaxPayloadSize: u32,
pub MaxReadRequestSize: u32,
pub CurrentLinkSpeed: u32,
pub CurrentLinkWidth: u32,
pub MaxLinkSpeed: u32,
pub MaxLinkWidth: u32,
pub PciExpressVersion: u32,
pub InterruptType: u32,
pub MaxInterruptMessages: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields§
§Header: NDIS_OBJECT_HEADER
§DeviceType: u32
§CurrentSpeedAndMode: u32
§CurrentPayloadSize: u32
§MaxPayloadSize: u32
§MaxReadRequestSize: u32
§CurrentLinkSpeed: u32
§CurrentLinkWidth: u32
§MaxLinkSpeed: u32
§MaxLinkWidth: u32
§PciExpressVersion: u32
§InterruptType: u32
§MaxInterruptMessages: u32