Microsoft Windows CE 3.0  

CARD_WINDOW_PARMS

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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

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
[IN] Specifies a bitmap for attributes for the memory or I/O window.
uWindowSize
[IN/OUT] Specifies, in bytes, the desired window size.
fAccessSpeed
[IN] Specifies a bit-encoded access speed characteristic for memory windows, or the number of I/O address lines for I/O windows.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 1.0 and later      
Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

CardRequestWindow



 Last updated on Tuesday, July 13, 2004

© 2004 Microsoft Corporation. All rights reserved.