Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 2.39 KB

nf-wdfwmi-wdf_wmi_provider_config_init.md

File metadata and controls

77 lines (57 loc) · 2.39 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:wdfwmi.WDF_WMI_PROVIDER_CONFIG_INIT
WDF_WMI_PROVIDER_CONFIG_INIT function (wdfwmi.h)
The WDF_WMI_PROVIDER_CONFIG_INIT function initializes a WDF_WMI_PROVIDER_CONFIG structure.
wdf\wdf_wmi_provider_config_init.htm
wdf
02/26/2018
WDF_WMI_PROVIDER_CONFIG_INIT function
DFWMIRef_34f9d195-3f6b-419d-bab7-29ad49c3d177.xml, WDF_WMI_PROVIDER_CONFIG_INIT, WDF_WMI_PROVIDER_CONFIG_INIT function, kmdf.wdf_wmi_provider_config_init, wdf.wdf_wmi_provider_config_init, wdfwmi/WDF_WMI_PROVIDER_CONFIG_INIT
wdfwmi.h
Wdf.h
Universal
1.0
Windows
WDF_WMI_PROVIDER_CONFIG_INIT
wdfwmi/WDF_WMI_PROVIDER_CONFIG_INIT
APIRef
kbSyntax
HeaderDef
wdfwmi.h
WDF_WMI_PROVIDER_CONFIG_INIT

WDF_WMI_PROVIDER_CONFIG_INIT function

-description

[Applies to KMDF only]

The WDF_WMI_PROVIDER_CONFIG_INIT function initializes a WDF_WMI_PROVIDER_CONFIG structure.

-parameters

-param Config [out]

A pointer to a WDF_WMI_PROVIDER_CONFIG structure.

-param Guid [in]

A pointer to a GUID that identifies a WMI data provider's data block.

-remarks

The WDF_WMI_PROVIDER_CONFIG_INIT function zeros the specified WDF_WMI_PROVIDER_CONFIG structure and sets its Size member. This function also copies the specified GUID into the structure's Guid member.

Examples

For a code example that uses WDF_WMI_PROVIDER_CONFIG_INIT, see WdfWmiProviderCreate.

-see-also

WDF_WMI_PROVIDER_CONFIG