CARD_WINDOW_ADDRESS (Windows Embedded CE 6.0)
1/6/2010
This structure contains window address information.
Syntax
typedef struct CARD_WINDOW_ADDRESS {
CARD_SOCKET_HANDLE hSocket;
UINT32 uCardAddress;
UINT32 uSize;
UINT32 uWindowPhAddr;
UINT32 uGranularity;
UINT16 fAttributes;
UINT8 fAccessSpeed;
UINT8 Reserved;
} CARD_WINDOW_ADDRESS, *PCARD_WINDOW_ADDRESS;
Members
- hSocket
Handle to a socket and function pair.
- uCardAddress
Window address. For an IN parameter, it is the PC Card address. On a return, it is the parent bus address that accesses the window.
- uSize
Requested window size. For an IN parameter, it is the size requested by the caller. On a return, it is the size that was mapped.
- uWindowPhAddr
Physical address to which the window is mapped.
- uGranularity
Address granularity.
- fAttributes
Encoded window attributes.
- fAccessSpeed
Encoded memory access speed.
- Reserved
Reserved.
Requirements
Header | cardsv2.h |
Windows Embedded CE | Windows CE 5.0 and later |