IPropertyStore class com
This interface exposes methods used to enumerate and manipulate property values.
Constructors
-
IPropertyStore.new(Pointer<
COMObject> ptr) - IPropertyStore.from(IUnknown interface)
-
factory
Properties
Methods
-
addRef(
) → int -
Increments the reference count for an interface pointer to a COM object.
inherited
-
commit(
) → int -
detach(
) → void -
Detaches the object from the
Finalizer
.inherited -
getAt(
int iProp, Pointer< PROPERTYKEY> pkey) → int -
getCount(
Pointer< Uint32> cProps) → int -
getValue(
Pointer< PROPERTYKEY> key, Pointer<PROPVARIANT> pv) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryInterface(
Pointer< GUID> riid, Pointer<Pointer< ppvObject) → intNativeType> > -
Queries a COM object for a pointer to one of its interface; identifying
the interface by a reference to its interface identifier (IID).
inherited
-
release(
) → int -
Decrements the reference count for an interface on a COM object.
inherited
-
setValue(
Pointer< PROPERTYKEY> key, Pointer<PROPVARIANT> propvar) → 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