ReactOS 0.4.15-dev-7953-g1f49173
_WDF_WMI_INSTANCE_CONFIG Struct Reference

#include <wdfwmi.h>

Collaboration diagram for _WDF_WMI_INSTANCE_CONFIG:

Public Attributes

ULONG Size
 
WDFWMIPROVIDER Provider
 
PWDF_WMI_PROVIDER_CONFIG ProviderConfig
 
BOOLEAN UseContextForQuery
 
BOOLEAN Register
 
PFN_WDF_WMI_INSTANCE_QUERY_INSTANCE EvtWmiInstanceQueryInstance
 
PFN_WDF_WMI_INSTANCE_SET_INSTANCE EvtWmiInstanceSetInstance
 
PFN_WDF_WMI_INSTANCE_SET_ITEM EvtWmiInstanceSetItem
 
PFN_WDF_WMI_INSTANCE_EXECUTE_METHOD EvtWmiInstanceExecuteMethod
 

Detailed Description

Definition at line 216 of file wdfwmi.h.

Member Data Documentation

◆ EvtWmiInstanceExecuteMethod

PFN_WDF_WMI_INSTANCE_EXECUTE_METHOD _WDF_WMI_INSTANCE_CONFIG::EvtWmiInstanceExecuteMethod

Definition at line 266 of file wdfwmi.h.

◆ EvtWmiInstanceQueryInstance

PFN_WDF_WMI_INSTANCE_QUERY_INSTANCE _WDF_WMI_INSTANCE_CONFIG::EvtWmiInstanceQueryInstance

Definition at line 251 of file wdfwmi.h.

◆ EvtWmiInstanceSetInstance

PFN_WDF_WMI_INSTANCE_SET_INSTANCE _WDF_WMI_INSTANCE_CONFIG::EvtWmiInstanceSetInstance

Definition at line 256 of file wdfwmi.h.

◆ EvtWmiInstanceSetItem

PFN_WDF_WMI_INSTANCE_SET_ITEM _WDF_WMI_INSTANCE_CONFIG::EvtWmiInstanceSetItem

Definition at line 261 of file wdfwmi.h.

◆ Provider

WDFWMIPROVIDER _WDF_WMI_INSTANCE_CONFIG::Provider

Definition at line 226 of file wdfwmi.h.

◆ ProviderConfig

PWDF_WMI_PROVIDER_CONFIG _WDF_WMI_INSTANCE_CONFIG::ProviderConfig

Definition at line 233 of file wdfwmi.h.

◆ Register

BOOLEAN _WDF_WMI_INSTANCE_CONFIG::Register

Definition at line 246 of file wdfwmi.h.

◆ Size

ULONG _WDF_WMI_INSTANCE_CONFIG::Size

Definition at line 220 of file wdfwmi.h.

◆ UseContextForQuery

BOOLEAN _WDF_WMI_INSTANCE_CONFIG::UseContextForQuery

Definition at line 241 of file wdfwmi.h.


The documentation for this struct was generated from the following file: