SDHCDIndicateBusRequestComplete (Windows Embedded CE 6.0)
1/6/2010
This function indicates to the secure digital bus driver that the bus request is complete.
Syntax
VOID SDHCDIndicateBusREquestComplete(
PSDCARD_HC_CONTEXT pHCContext
PSD_BUS_REQUEST pRequest,
SD_API_STATUS Status
);
Parameters
- pHCContext
[in] A pointer to a host controller context structure.
- pRequest
[in] A pointer to an SD_BUS_REQUEST structure.
- Status
[in] The bus request completion status.
Return Value
None.
Requirements
Header | sdhcd.h |
Library | SDHCLib.lib |
Windows Embedded CE | Windows CE 5.0 and later |