Share via


SDHCDGetAndLockCurrentRequest (Compact 2013)

3/26/2014

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

See Also

Reference

Secure Digital (SD) Card Driver Functions