IMarshalingStreamVtbl class final

Inheritance

Constructors

IMarshalingStreamVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IMarshalingStream> This)>>
getter/setter pair
Clone Pointer<NativeFunction<HRESULT Function(Pointer<IMarshalingStream> This, Pointer<Pointer<IStream>> ppstm)>>
getter/setter pair
Commit Pointer<NativeFunction<HRESULT Function(Pointer<IMarshalingStream> This, DWORD grfCommitFlags)>>
getter/setter pair
CopyTo Pointer<NativeFunction<HRESULT Function(Pointer<IMarshalingStream> This, Pointer<IStream> pstm, ULARGE_INTEGER cb, Pointer<ULARGE_INTEGER> pcbRead, Pointer<ULARGE_INTEGER> pcbWritten)>>
getter/setter pair
GetMarshalingContextAttribute Pointer<NativeFunction<HRESULT Function(Pointer<IMarshalingStream> This, Int32 attribute, Pointer<ULONG_PTR> pAttributeValue)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
LockRegion Pointer<NativeFunction<HRESULT Function(Pointer<IMarshalingStream> This, ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IMarshalingStream> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Read Pointer<NativeFunction<HRESULT Function(Pointer<IMarshalingStream> This, Pointer<Void> pv, ULONG cb, Pointer<ULONG> pcbRead)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IMarshalingStream> This)>>
getter/setter pair
Revert Pointer<NativeFunction<HRESULT Function(Pointer<IMarshalingStream> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Seek Pointer<NativeFunction<HRESULT Function(Pointer<IMarshalingStream> This, LARGE_INTEGER dlibMove, DWORD dwOrigin, Pointer<ULARGE_INTEGER> plibNewPosition)>>
getter/setter pair
SetSize Pointer<NativeFunction<HRESULT Function(Pointer<IMarshalingStream> This, ULARGE_INTEGER libNewSize)>>
getter/setter pair
Stat Pointer<NativeFunction<HRESULT Function(Pointer<IMarshalingStream> This, Pointer<STATSTG> pstatstg, DWORD grfStatFlag)>>
getter/setter pair
UnlockRegion Pointer<NativeFunction<HRESULT Function(Pointer<IMarshalingStream> This, ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType)>>
getter/setter pair
Write Pointer<NativeFunction<HRESULT Function(Pointer<IMarshalingStream> This, Pointer<Void> pv, ULONG cb, Pointer<ULONG> pcbWritten)>>
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