SDBusRequestResponse
Other versions of this page are also available for the following:
8/28/2008
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |