IPersistStreamVtbl class final

Inheritance

Constructors

IPersistStreamVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IPersistStream> This)>>
getter/setter pair
GetClassID Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStream> This, Pointer<CLSID> pClassID)>>
getter/setter pair
GetSizeMax Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStream> This, Pointer<ULARGE_INTEGER> pcbSize)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
IsDirty Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStream> This)>>
getter/setter pair
Load Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStream> This, Pointer<IStream> pStm)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStream> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IPersistStream> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Save Pointer<NativeFunction<HRESULT Function(Pointer<IPersistStream> This, Pointer<IStream> pStm, BOOL fClearDirty)>>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited