Skip to content

Latest commit

 

History

History
191 lines (149 loc) · 3.69 KB

ns-cfgmgr32-pccard_des.md

File metadata and controls

191 lines (149 loc) · 3.69 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:cfgmgr32.PcCard_Des_s
PCCARD_DES (cfgmgr32.h)
The PCCARD_DES structure is used for specifying either a resource list or a resource requirements list that describes resource usage by a PC Card instance. For more information about resource lists and resource requirements lists, see Hardware Resources.
*PPCCARD_DES
PCCARD_DES
PCCARD_DES structure [Device and Driver Installation]
PPCCARD_DES
PPCCARD_DES structure pointer [Device and Driver Installation]
cfgmgr32/PCCARD_DES
cfgmgr32/PPCCARD_DES
cfgmgrst_c82ff49b-4ae5-478d-a981-26d75408b157.xml
devinst.pccard_des
devinst\pccard_des.htm
devinst
d1bf4d50-70e1-4eff-8973-0b83a31f55fc
12/05/2018
*PPCCARD_DES, PCCARD_DES, PCCARD_DES structure [Device and Driver Installation], PPCCARD_DES, PPCCARD_DES structure pointer [Device and Driver Installation], cfgmgr32/PCCARD_DES, cfgmgr32/PPCCARD_DES, cfgmgrst_c82ff49b-4ae5-478d-a981-26d75408b157.xml, devinst.pccard_des
cfgmgr32.h
Cfgmgr32.h
Windows
Windows
PCCARD_DES, *PPCCARD_DES
19H1
PcCard_Des_s
cfgmgr32/PcCard_Des_s
PPCCARD_DES
cfgmgr32/PPCCARD_DES
PCCARD_DES
cfgmgr32/PCCARD_DES
c++
APIRef
kbSyntax
HeaderDef
cfgmgr32.h
PCCARD_DES

PCCARD_DES structure

-description

The PCCARD_DES structure is used for specifying either a resource list or a resource requirements list that describes resource usage by a PC Card instance. For more information about resource lists and resource requirements lists, see Hardware Resources.

-struct-fields

-field PCD_Count

Must be 1.

-field PCD_Type

Not used.

-field PCD_Flags

One bit flag from each of the flag sets described in the following table.

Flag Definition
I/O Addressing Flags
fPCD_IO_8 The device uses 8-bit I/O addressing.
fPCD_IO_16 The device uses 16-bit I/O addressing.
mPCD_IO_8_16 Bitmask for the bit within PCD_Flags that specifies 8-bit or 16-bit I/O addressing.
Memory Addressing Flags
fPCD_MEM_8 The device uses 8-bit memory addressing.
fPCD_MEM_16 The device uses 16-bit memory addressing.
mPCD_MEM_8_16 Bitmask for the bit within PCD_Flags that specifies 8-bit or 16-bit memory addressing.

-field PCD_ConfigIndex

The 8-bit index value used to locate the device's configuration.

-field PCD_Reserved

Not used.

-field PCD_MemoryCardBase1

Optional, card base address of the first memory window.

-field PCD_MemoryCardBase2

Optional, card base address of the second memory window.

-field PCD_MemoryCardBase

This member is currently unused.

-field PCD_MemoryFlags

This member is currently unused.

-field PCD_IoFlags

This member is currently unused.

-see-also

PCCARD_RESOURCE