Share via


SDHCDGetAndLockCurrentRequest (Windows Embedded CE 6.0)

1/6/2010

This function retrieves the current bus request in host controller slot and then locks the request. A locked request can not be canceled.

Syntax

PSD_BUS_REQUEST SDHCDGetAndLockCurrentRequest(
  PSDCARD_HC_CONTEXT pHCContext,
  DWORD SlotIndex
);

Parameters

  • pHCContext
    [in] A pointer to a host controller context structure.
  • SlotIndex
    [in] A DWORD value that identifies a specific slot.

Return Value

Returns a pointer to an SD_BUS_REQUEST structure.

Requirements

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

See Also

Reference

Secure Digital Card Driver Functions