Share via


SDBusRequestResponse (Compact 2013)

3/26/2014

This function returns the request response, generated by SDBusRequest, for a submitted asynchronous request.

Syntax

SD_API_STATUS SDBusRequestResponse(
    PSD_BUS_REQUEST pRequest,
  PSD_COMMAND_RESPONSE pCommandResp
);

Parameters

  • pRequest
    [in] Handle to the asynchronous bus request returned by SDBusRequest.
  • pCommandResp
    [out] Command response associated with the asynchronous bus request.

Return Value

Returns a SD_API_STATUS return value that indicates the status of the asynchronous bus request.

Remarks

This function is usually called in the callback function when the asynchronous request completes in order to get the command response.

Requirements

Header

sdcardddk.h

Library

sdcardlib.lib

See Also

Reference

Secure Digital (SD) Card Driver Functions