This function allocates a window within system memory used to access PC Card memory or I/O space. The window must be mapped by the CardMapWindow function before the window can access the PC Card.
CARD_WINDOW_HANDLE CardRequestWindow( CARD_CLIENT_HANDLE hCardClient
PCARD_WINDOW_PARMS pCardWinParms );
A driver handle indicates success. NULL indicates failure, and GetLastError returns one of the following values:
This function allocates a memory or I/O window according to the values specified in CARD_WINDOW_PARMS. You can use the returned handle for subsequent calls to the CardMapWindow and CardModifyWindow functions.
PCMCIA
CardMapWindow, CardModifyWindow, CardReleaseWindow