Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IDeviceRequestCompletionCallback::RequestCompletion method

Implement the RequestCompletion method to handle the completion of calls to the DeviceIoControlAsyncmethod.

Syntax


HRESULT RequestCompletion(
  [in] HRESULT requestResult,
  [in] DWORD   bytesReturned
);

Parameters

requestResult [in]

The result code that's returned for the I/O operation.

bytesReturned [in]

The number of bytes that were transferred as a result of the I/O operation.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

IDL

Deviceaccess.idl

See also

IDeviceRequestCompletionCallback

 

 

Community Additions

Show:
© 2017 Microsoft