Skip to content

Latest commit

 

History

History
69 lines (55 loc) · 2.35 KB

nn-wudfddi-iwdfcmresourcelist.md

File metadata and controls

69 lines (55 loc) · 2.35 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
NN:wudfddi.IWDFCmResourceList
IWDFCmResourceList (wudfddi.h)
This interface represents a list of hardware resources for a device.
wdf\iwdfcmresourcelist.htm
wdf
02/26/2018
IWDFCmResourceList interface
IWDFCmResourceList, IWDFCmResourceList interface, IWDFCmResourceList interface,described, umdf.iwdfcmresourcelist, wdf.iwdfcmresourcelist, wudfddi/IWDFCmResourceList
wudfddi.h
Desktop
1.11
Unavailable in UMDF 2.0 and later.
WUDFx.dll
Windows
IWDFCmResourceList
wudfddi/IWDFCmResourceList
APIRef
kbSyntax
COM
WUDFx.dll
IWDFCmResourceList

IWDFCmResourceList interface

-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.]

This interface represents a list of hardware resources for a device.

-inheritance

The IWDFCmResourceList interface inherits from IWDFObject. IWDFCmResourceList also has these types of members:

  • Methods

-remarks

After a UMDF driver receives a translated resource list in its OnPrepareHardware callback, it can use IWDFCmResourceList to scan through the list and identify its port and register resources.

-see-also

Framework Resource-List Object Methods

IWDFObject