IWbemObjectSinkEx interface (wbemcli.h)
Creates a sink interface that can receive all types of notifications within the WMI programming model. Clients must implement this interface to receive both the results of the asynchronous methods of IWbemServices, and specific types of event notifications. Providers use, but do not implement this interface to provide events and objects to WMI.
Inheritance
The IWbemObjectSinkEx interface inherits from IWbemObjectSink. IWbemObjectSinkEx also has these types of members:
Methods
The IWbemObjectSinkEx interface has these methods.
IWbemObjectSinkEx::PromptUser TBD (IWbemObjectSinkEx.PromptUser) |
IWbemObjectSinkEx::WriteError TBD (IWbemObjectSinkEx.WriteError) |
IWbemObjectSinkEx::WriteMessage TBD (IWbemObjectSinkEx.WriteMessage) |
IWbemObjectSinkEx::WriteProgress TBD (IWbemObjectSinkEx.WriteProgress) |
IWbemObjectSinkEx::WriteStreamParameter TBD (IWbemObjectSinkEx.WriteStreamParameter) |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | wbemcli.h (include Wbemidl.h) |