PCCardInfoStructure
struct PCCardInfoStructure
{
LONG CSPresentFlag;
LONG CSType;
WORD CSVendorMajorVer;
WORD CSVendorMinorVer;
BYTE *CSVendorNamePtr;
WORD CSInterfaceLevelMajorVer;
WORD CSInterfaceLevelMinorVer;
LONG CSNumberOfSockets;
LONG PCCardInfoReserved0;
LONG PCCardInfoReserved1;
LONG PCCardInfoReserved2;
LONG PCCardInfoReserved3;
};
The PCCardInfoStructure is included here only as an example. This structure is not included in the header files.
For additional information about PC cards, refer to the PC Card Standard.