Share via


SDHCDUnlockRequest (Windows Embedded CE 6.0)

1/6/2010

This function unlocks a request that was previously locked by SDHCDGetAndLockCurrentRequest. The request can then be cancelled from any thread context.

Syntax

VOID SDHCDUnlockRequest(
  PSDCARD_HC_CONTEXT pHCContext,
  PSD_BUS_REQUEST pRequest
);

Parameters

  • pHCContext
    [in] A pointer to a host controller context structure.
  • pRequest
    [in] A pointer to an SD_BUS_REQUEST structure to be unlocked.

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