CardReleaseIRQ

This function stops notification of interrupts on the specified socket and function pair.

Syntax

STATUS CardReleaseIRQ( CARD_CLIENT_HANDLE hCardClient CARD_SOCKET_HANDLE hSocket );

Parameters

hCardClient
Client handle obtained from the CardRegisterClient function.
hSocket
Handle to a socket and function pair.

Return Values

CERR_SUCCESS indicates success. One of the following values indicates failure:

CERR_BAD_HANDLE
Indicates that an hCardClient driver handle is invalid.
CERR_BAD_SOCKET
Indicates that an hSocket socket identifier is invalid or that a PC Card is not inserted.
CERR_CONFIGURATION_LOCKED
Indicates that the CardReleaseConfiguration function must be called to place the PC Card in memory-only mode.

Remarks

This function requires that the PC Card use the memory-only interface. If necessary, call CardReleaseConfiguration to put the PC Card into memory-only interface mode.

Driver Name

PCMCIA

See Also

CardReleaseConfiguration, CardRequestIRQ