Share via


SDIODisconnectInterrupt (Windows Embedded CE 6.0)

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

See Also

Reference

Secure Digital Card Driver Functions
SDIOConnectInterrupt