Share via


CARD_WINDOW_PARMS (Windows Embedded CE 6.0)

1/6/2010

This structure contains desired memory or I/O window characteristics passed to the CardRequestWindow function.

Syntax

typedef struct { 
  CARD_SOCKET_HANDLE hSocket; 
  UINT16 fAttributes; 
  UINT32 uWindowSize; 
  UINT8 fAccessSpeed; 
} CARD_WINDOW_PARMS, *PCARD_WINDOW_PARMS;

Members

  • hSocket
    Handle to a socket and function pair.
  • fAttributes
    Specifies a bitmap for attributes for the memory or I/O window.
  • uWindowSize
    Specifies, in bytes, the desired window size.
  • fAccessSpeed
    Specifies a bit-encoded access speed characteristic for memory windows, or the number of I/O address lines for I/O windows.

Requirements

Header cardsv2.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

PC Card Driver Structures
CardRequestWindow