IRpcStubBufferVtbl class final

Inheritance

Constructors

IRpcStubBufferVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IRpcStubBuffer> This)>>
getter/setter pair
Connect Pointer<NativeFunction<HRESULT Function(Pointer<IRpcStubBuffer> This, Pointer<IUnknown> pUnkServer)>>
getter/setter pair
CountRefs Pointer<NativeFunction<ULONG Function(Pointer<IRpcStubBuffer> This)>>
getter/setter pair
DebugServerQueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IRpcStubBuffer> This, Pointer<Pointer<Void>> ppv)>>
getter/setter pair
DebugServerRelease Pointer<NativeFunction<Void Function(Pointer<IRpcStubBuffer> This, Pointer<Void> pv)>>
getter/setter pair
Disconnect Pointer<NativeFunction<Void Function(Pointer<IRpcStubBuffer> This)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Invoke Pointer<NativeFunction<HRESULT Function(Pointer<IRpcStubBuffer> This, Pointer<RPCOLEMESSAGE> _prpcmsg, Pointer<IRpcChannelBuffer> _pRpcChannelBuffer)>>
getter/setter pair
IsIIDSupported Pointer<NativeFunction<Pointer<IRpcStubBuffer> Function(Pointer<IRpcStubBuffer> This, Pointer<IID> riid)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IRpcStubBuffer> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IRpcStubBuffer> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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