Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 2.26 KB

nf-wudfddi-iwdfioqueue-getdevice.md

File metadata and controls

66 lines (51 loc) · 2.26 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.IWDFIoQueue.GetDevice
IWDFIoQueue::GetDevice (wudfddi.h)
The GetDevice method retrieves the interface to the device that owns the I/O queue.
wdf\iwdfioqueue_getdevice.htm
wdf
02/26/2018
IWDFIoQueue::GetDevice
GetDevice, GetDevice method, GetDevice method,IWDFIoQueue interface, IWDFIoQueue interface,GetDevice method, IWDFIoQueue.GetDevice, IWDFIoQueue::GetDevice, UMDFQueueObjectRef_ecef922c-aff2-49ac-84bd-17e7e2e784a1.xml, umdf.iwdfioqueue_getdevice, wdf.iwdfioqueue_getdevice, wudfddi/IWDFIoQueue::GetDevice
wudfddi.h
Wudfddi.h
Desktop
1.5
Unavailable in UMDF 2.0 and later.
WUDFx.dll
Windows
IWDFIoQueue::GetDevice
wudfddi/IWDFIoQueue::GetDevice
APIRef
kbSyntax
COM
WUDFx.dll
IWDFIoQueue::GetDevice

IWDFIoQueue::GetDevice

-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 GetDevice method retrieves the interface to the device that owns the I/O queue.

-parameters

-param ppWdfDevice [out]

A pointer to a variable that receives a pointer to the IWDFDevice interface for the device object, if the call succeeds; otherwise, this parameter is NULL.

-see-also

IWDFDevice

IWDFIoQueue