The Msft_WmiProvider_OperationEvent event class is the root definition of all WMI provider events.A provider operation is defined as some execution on behalf of a client via WMI that resultsin one or more calls to a provider executable, The properties of this class define the identity of the provider associated with the operation being executed and is uniquely associated with instances of the class Msft_Providers. Each instance of __Win32Provider can have an associated operation and be identified using the properties below. Internally WMI can contain any number of objects that refer to a particular instance of __Win32Provider since it differentiates each object based on whether the provider supports per user or per locale instantiation and also depending on where the provider is being hosted. Currently TransactionIdentifier is always an empty string.
The Msft_WmiProvider_InitializationOperationFailureEvent event class defines the unsuccessful initialization of the provider ...
The Msft_WmiProvider_LoadOperationEvent event class defines the successful activation and initialization of the provider ...
The Msft_WmiProvider_NewQuery_Post event class represents an event generated immediately following completion of the provider's ...
The Msft_WmiProvider_NewQuery_Pre event class represents an event generated immediately prior to calling the provider's implementation ...
The Msft_WmiProvider_OperationEvent event class is the root definition of all WMI provider events.A provider operation is ...
The Msft_WmiProvider_OperationEvent_Post event class contains the operation event generated following completion of provider ...
The Msft_WmiProvider_OperationEvent_Pre event class contains the operation event generated prior to calling provider implementation. ...
The Msft_WmiProvider_ProvideEvents_Post event class represents an event generated immediately following completion of the ...
The Msft_WmiProvider_ProvideEvents_Pre event class represents an event generated immediately prior to calling the provider's ...