ReactOS 0.4.15-dev-7953-g1f49173
FxWmiInstanceInternalCallbacks Struct Reference

#include <fxwmiinstance.hpp>

Public Member Functions

 FxWmiInstanceInternalCallbacks (VOID)
 

Public Attributes

PFN_FX_WMI_INSTANCE_QUERY_INSTANCE QueryInstance
 
PFN_FX_WMI_INSTANCE_SET_INSTANCE SetInstance
 
PFN_FX_WMI_INSTANCE_SET_ITEM SetItem
 
PFN_FX_WMI_INSTANCE_EXECUTE_METHOD ExecuteMethod
 

Detailed Description

Definition at line 542 of file fxwmiinstance.hpp.

Constructor & Destructor Documentation

◆ FxWmiInstanceInternalCallbacks()

FxWmiInstanceInternalCallbacks::FxWmiInstanceInternalCallbacks ( VOID  )
inline

Definition at line 543 of file fxwmiinstance.hpp.

546 {
547 RtlZeroMemory(this, sizeof(*this));
548 }
#define RtlZeroMemory(Destination, Length)
Definition: typedefs.h:262

Member Data Documentation

◆ ExecuteMethod

PFN_FX_WMI_INSTANCE_EXECUTE_METHOD FxWmiInstanceInternalCallbacks::ExecuteMethod

Definition at line 568 of file fxwmiinstance.hpp.

◆ QueryInstance

PFN_FX_WMI_INSTANCE_QUERY_INSTANCE FxWmiInstanceInternalCallbacks::QueryInstance

Definition at line 553 of file fxwmiinstance.hpp.

◆ SetInstance

PFN_FX_WMI_INSTANCE_SET_INSTANCE FxWmiInstanceInternalCallbacks::SetInstance

Definition at line 558 of file fxwmiinstance.hpp.

◆ SetItem

PFN_FX_WMI_INSTANCE_SET_ITEM FxWmiInstanceInternalCallbacks::SetItem

Definition at line 563 of file fxwmiinstance.hpp.


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