#[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: u32PCD_Type: u32PCD_Flags: u32PCD_ConfigIndex: u8PCD_Reserved: [u8; 3]PCD_MemoryCardBase1: u32PCD_MemoryCardBase2: u32PCD_MemoryCardBase: [u32; 2]PCD_MemoryFlags: [u16; 2]PCD_IoFlags: [u8; 2]