Share via


SDHCDIndicateSlotStateChange (Windows Embedded CE 6.0)

1/6/2010

This function indicates a change in the secure digital card slot.

Syntax

VOID SDHCDIndicateSlotStateChange(
  PSDCARD_HC_CONTEXT pHCContext,
  DWORD SlotNumber,
  SD_SLOT_EVENT Event
);

Parameters

  • pHCContext
    [in] A pointer to a host controller context structure.
  • SlotNumber
    [in] A DWORD value that identifies a specific slot.
  • Event
    [in] A new slot event code.

Return Value

None.

Requirements

Header sdhcd.h
Library SDHCLib.lib
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Secure Digital Card Driver Functions