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.
1/6/2010
This function disables the interrupt functionality of an SDIO card previously initialized with SDIOConnectInterrupt.
Syntax
VOID SDIODisconnectInterrupt(
SD_DEVICE_HANDLE hDevice
);
Parameters
- hDevice
[in] Handle to an SD bus device.
Return Value
None.
Remarks
This function disconnects the currently registered interrupt handler and masks the interrupt on the card.
Requirements
| Header | sdcardddk.h |
| Library | sdcardlib.lib |
| Windows Embedded CE | Windows CE 5.0 and later |