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.
typedef PVOID CARD_WINDOW_HANDLE;
Remarks
You can use the handle for calls to the CardMapWindow and CardReleaseWindow functions.
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
CardMapWindow, CardReleaseWindow, CardRequestWindow
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.