IWbemHiPerfEnum class com
Used in refresher operations to provide rapid access to enumerations of instance objects.
To learn more, see learn.microsoft.com/windows/win32/api/wbemcli/nn-wbemcli-iwbemhiperfenum.
- Inheritance
- Implemented types
Constructors
- IWbemHiPerfEnum(VTablePointer ptr)
- Creates a new instance of IWbemHiPerfEnum from a VTablePointer.
- IWbemHiPerfEnum.from(IUnknown interface)
-
Creates a new instance of IWbemHiPerfEnum from an existing
interface.factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ptr → VTablePointer
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addObjects(
int lFlags, int uNumObjects, Pointer< Int32> apIds, Pointer<VTablePointer> apObj) → void - Adds the supplied instance objects to the enumerator.
-
addRef(
) → int -
Increments the reference count of this COM object.
inherited
-
getObjects(
int lFlags, int uNumObjects, Pointer< VTablePointer> apObj, Pointer<Uint32> puReturned) → void - Retrieves objects currently residing in the enumerator.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface<
T extends IUnknown> () → T -
Queries this COM object for a specific interface defined by the type
parameter
T.inherited -
release(
) → int -
Decrements the reference count of this COM object.
inherited
-
removeAll(
int lFlags) → void - Empties all objects from the enumerator.
-
removeObjects(
int lFlags, int uNumObjects, Pointer< Int32> apIds) → void - Removes objects (identified by their refresher identifiers) from a refresher.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited