Skip to content

Latest commit

 

History

History
83 lines (57 loc) · 3.19 KB

nf-wudfddi-iqueuecallbackioresume-onioresume.md

File metadata and controls

83 lines (57 loc) · 3.19 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:wudfddi.IQueueCallbackIoResume.OnIoResume
IQueueCallbackIoResume::OnIoResume (wudfddi.h)
The OnIoResume method resumes the processing of the specified I/O request from the specified queue.
wdf\iqueuecallbackioresume_onioresume.htm
wdf
02/26/2018
IQueueCallbackIoResume::OnIoResume
IQueueCallbackIoResume interface,OnIoResume method, IQueueCallbackIoResume.OnIoResume, IQueueCallbackIoResume::OnIoResume, OnIoResume, OnIoResume method, OnIoResume method,IQueueCallbackIoResume interface, UMDFQueueObjectRef_fd16ca4e-eccf-49a2-a7f5-bce7e7931a77.xml, umdf.iqueuecallbackioresume_onioresume, wdf.iqueuecallbackioresume_onioresume, wudfddi/IQueueCallbackIoResume::OnIoResume
wudfddi.h
Wudfddi.h
Windows
Windows
IQueueCallbackIoResume::OnIoResume
wudfddi/IQueueCallbackIoResume::OnIoResume
APIRef
kbSyntax
COM
Wudfddi.h
IQueueCallbackIoResume::OnIoResume

IQueueCallbackIoResume::OnIoResume

-description

[Warning: UMDF 2 is the latest version of UMDF and supersedes UMDF 1. All new UMDF drivers should be written using UMDF 2. No new features are being added to UMDF 1 and there is limited support for UMDF 1 on newer versions of Windows 10. Universal Windows drivers must use UMDF 2. For more info, see Getting Started with UMDF.]

The OnIoResume method resumes the processing of the specified I/O request from the specified queue.

-parameters

-param pWdfQueue [in]

A pointer to the IWDFIoQueue interface for the I/O queue object that processing of the I/O request is resumed from.

-param pWdfRequest [in]

A pointer to the IWDFIoRequest interface that represents the framework request object that is resumed.

-remarks

A driver registers the IQueueCallbackIoResume interface when the driver calls the IWDFDevice::CreateIoQueue method to create an I/O queue or to configure the default I/O queue.

-see-also

IQueueCallbackIoResume

IWDFDevice::CreateIoQueue

IWDFIoQueue

IWDFIoRequest