Struct windows_sys::Win32::Devices::DeviceAndDriverInstallation::PCCARD_DES
#[repr(C, packed(1))]pub struct PCCARD_DES {
pub PCD_Count: u32,
pub PCD_Type: u32,
pub PCD_Flags: u32,
pub PCD_ConfigIndex: u8,
pub PCD_Reserved: [u8; 3],
pub PCD_MemoryCardBase1: u32,
pub PCD_MemoryCardBase2: u32,
pub PCD_MemoryCardBase: [u32; 2],
pub PCD_MemoryFlags: [u16; 2],
pub PCD_IoFlags: [u8; 2],
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields§
§PCD_Count: u32
§PCD_Type: u32
§PCD_Flags: u32
§PCD_ConfigIndex: u8
§PCD_Reserved: [u8; 3]
§PCD_MemoryCardBase1: u32
§PCD_MemoryCardBase2: u32
§PCD_MemoryCardBase: [u32; 2]
§PCD_MemoryFlags: [u16; 2]
§PCD_IoFlags: [u8; 2]