This function releases exclusive access to a socket and function pair.
STATUS CardReleaseExclusive( CARD_CLIENT_HANDLE hCardClient CARD_SOCKET_HANDLE hSocket );
CERR_SUCCESS indicates success. One of the following values indicates failure:
Card Services informs all registered drivers that a socket and function pair is available by first sending a CE_CARD_REMOVAL event code to the callback function of the calling driver, and then sending a CE_CARD_INSERTION event code to each registered client’s callback function.
PCMCIA