CARD_WINDOW_HANDLE (Windows CE 5.0)
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.
typedef PVOID CARD_WINDOW_HANDLE;
Remarks
You can use the handle for calls to the CardMapWindow and CardReleaseWindow functions.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Cardsv2.h.
See Also
CardMapWindow | CardReleaseWindow | CardRequestWindow
Send Feedback on this topic to the authors