__Win32EventConsumerProvider
[This is preliminary documentation and subject to change.]
The __Win32EventConsumerProvider system class describes the relationship between the logical named consumer and the consumer instrumentation (known as a consumer provider).
class __Win32EventConsumerProvider : __IndicationRelated
{
string ConsumerClassName;
string ConsumerProviderClsid;
string MachineName;
};
Properties
-
ConsumerClassName
-
The name of the consumer class. Note that since all new consumers must derive from the system class __EventConsumer, each logical consumer is actually represented in the system by its own class.
-
ConsumerProviderClsid
-
The COM CLSID of the consumer implementation of IWbemEventConsumerProvider.
-
MachineName
-
If NULL, the current machine is assumed. If not NULL, this must be the machine name where the implementation of IWbemEventConsumerProvider is available.
See Also
Registering A Consumer Provider