Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function disables the interrupt functionality of an SDIO card previously initialized with SDIOConnectInterrupt.
VOID SDIODisconnectInterrupt( SD_DEVICE_HANDLEhDevice);
Parameters
- hDevice
[in] Handle to an SD bus device.
Return Values
None.
Remarks
This function disconnects the currently registered interrupt handler and masks the interrupt on the card.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: Sdcardddk.h.
Link Library: Sdcardlib.lib.
See Also
Secure Digital Card Driver Functions | SDIOConnectInterrupt
Send Feedback on this topic to the authors