CARD_WINDOW_HANDLE

This data type is used by the CardRequestWindow function to map a window within system memory. 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 CardMapWindow and CardReleaseWindow functions.

See Also

CardMapWindow, CardReleaseWindow, CardRequestWindow