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

ADD
Show: