Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Implement the RequestCompletion method to handle the completion of calls to the DeviceIoControlAsync method.
Syntax
HRESULT RequestCompletion(
[in] HRESULT requestResult,
[in] DWORD bytesReturned
);
Parameters
[in] requestResult
The result code that's returned for the I/O operation.
[in] bytesReturned
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
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | deviceaccess.h |