IPersistStream class Null safety com Interface
Constructors
-
IPersistStream(Pointer<
COMObject> ptr)
Properties
Methods
-
AddRef(
) → int -
inherited
-
GetClassID(
Pointer< CLSID> pClassID) → int -
inherited
-
GetSizeMax(
Pointer< Uint64> pcbSize) → int -
IsDirty(
) → int -
Load(
Pointer< COMObject> pStm) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
QueryInterface(
Pointer< GUID> riid, Pointer<IntPtr> ppvObject) → int -
inherited
-
Release(
) → int -
inherited
-
Save(
Pointer< COMObject> pStm, int fClearDirty) → int -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited