Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 2.38 KB

nf-wdfrequest-wdfrequestgetusermodedriverinitiatedio.md

File metadata and controls

71 lines (55 loc) · 2.38 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:wdfrequest.WdfRequestGetUserModeDriverInitiatedIo
WdfRequestGetUserModeDriverInitiatedIo function (wdfrequest.h)
The WdfRequestGetUserModeDriverInitiatedIo method determines whether an I/O request is marked as initiated by a UMDF driver.
wdf\wdfrequestgetusermodeinitiatedio.htm
wdf
02/26/2018
WdfRequestGetUserModeDriverInitiatedIo function
WdfRequestGetUserModeDriverInitiatedIo, WdfRequestGetUserModeDriverInitiatedIo method, wdf.wdfrequestgetusermodeinitiatedio, wdfrequest/WdfRequestGetUserModeDriverInitiatedIo
wdfrequest.h
Wdf.h
Universal
Windows 8.1
2.0
WUDFx02000.lib
WUDFx02000.dll
PASSIVE_LEVEL
Windows
WdfRequestGetUserModeDriverInitiatedIo
wdfrequest/WdfRequestGetUserModeDriverInitiatedIo
APIRef
kbSyntax
DllExport
WUDFx02000.dll
WdfRequestGetUserModeDriverInitiatedIo

WdfRequestGetUserModeDriverInitiatedIo function

-description

[Applies to UMDF only]

The WdfRequestGetUserModeDriverInitiatedIo method determines whether an I/O request is marked as initiated by a UMDF driver.

-parameters

-param Request [in]

A handle to a framework request object.

-returns

The method returns TRUE if the request is marked as UMDF driver-initiated and FALSE if the request is not marked as UMDF driver-initiated.

-remarks

This method retrieves the value of the IRP_UM_DRIVER_INITIATED_IO flag in the Flags member of the WDM IRP structure corresponding to the I/O request.

For more information about using this flag, see WdfRequestSetUserModeDriverInitiatedIo.

-see-also

WdfRequestSetUserModeDriverInitiatedIo