This structure is used by the PDCardGetWindow and PDCardSetWindow functions to report or change a memory or I/O window’s state.
typedef struct {
UINT16 uSocket;
UINT8 fState;
UINT8 fSpeed;
UINT32 uSize;
UINT32 uBase;
UINT32 uOffset;
} PDCARD_WINDOW_STATE;
This structure is declared in the Sockserv.h header file. It supports the implementation of the driver described in sample PC Card socket driver.