IWbemConfigureRefresher class com Interface
The IWbemConfigureRefresher interface is used by client code to add enumerators, objects, and nested refreshers into a refresher.
Constructors
-
IWbemConfigureRefresher(Pointer<
COMObject> ptr) - IWbemConfigureRefresher.from(IUnknown interface)
-
factory
Properties
Methods
-
addEnum(
Pointer< COMObject> pNamespace, Pointer<Utf16> wszClassName, int lFlags, Pointer<COMObject> pContext, Pointer<Pointer< ppEnum, Pointer<COMObject> >Int32> plId) → int -
addObjectByPath(
Pointer< COMObject> pNamespace, Pointer<Utf16> wszPath, int lFlags, Pointer<COMObject> pContext, Pointer<Pointer< ppRefreshable, Pointer<COMObject> >Int32> plId) → int -
addObjectByTemplate(
Pointer< COMObject> pNamespace, Pointer<COMObject> pTemplate, int lFlags, Pointer<COMObject> pContext, Pointer<Pointer< ppRefreshable, Pointer<COMObject> >Int32> plId) → int -
addRef(
) → int -
inherited
-
addRefresher(
Pointer< COMObject> pRefresher, int lFlags, Pointer<Int32> plId) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
inherited
-
release(
) → int -
inherited
-
remove(
int lId, int lFlags) → int -
toInterface(
String iid) → Pointer< COMObject> -
Cast an existing COM object to a specified interface.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited