Share via


CARD_WINDOW_HANDLE (Windows Embedded CE 6.0)

1/6/2010

This data type maps a window within system memory. It is used by the CardRequestWindow function. The window can be used to access the PC Card memory or I/O space. The CardRequestWindow function returns a 32-bit handle to the mapped window with this data type.

Syntax

typedef PVOID CARD_WINDOW_HANDLE; 

Remarks

You can use the handle for calls to the CardMapWindowand CardReleaseWindow functions.

Requirements

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

See Also

Reference

PC Card Driver Structures
CardMapWindow
CardReleaseWindow
CardRequestWindow