PDCARD_WINDOW_STATE

This structure is used by the PDCardGetWindow and PDCardSetWindow functions to report or change a memory or I/O window’s state.

Syntax

typedef struct {
UINT16 uSocket;
UINT8 fState;
UINT8 fSpeed;
UINT32 uSize;
UINT32 uBase;
UINT32 uOffset;
} PDCARD_WINDOW_STATE;

Members

uSocket
Specifies the socket number to which this window is mapped.
fState
Specifies a bit-encoded window state.
fSpeed
Specifies the bit-encoded access speed.
uSize
Specifies the memory window size, in bytes.
uBase
Specifies the physical address of beginning of window.
uOffset
Specifies the offset in PC card memory.

Remarks

This structure is declared in the Sockserv.h header file. It supports the implementation of the driver described in sample PC Card socket driver.