Share via


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.

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 the beginning of the window.
  • uOffset
    Specifies the offset in PCMCIA card memory.

Remarks

It supports the implementation of the driver described in the sample PC Card socket driver.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Sockserv.h.

See Also

PDCardGetWindow | PDCardSetWindow | PC Card Window Attributes | PC Card Window Speeds

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.