IChannelHookVtbl class final

Inheritance

Constructors

IChannelHookVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IChannelHook> This)>>
getter/setter pair
ClientFillBuffer Pointer<NativeFunction<Void Function(Pointer<IChannelHook> This, Pointer<GUID> uExtent, Pointer<IID> riid, Pointer<ULONG> pDataSize, Pointer<Void> pDataBuffer)>>
getter/setter pair
ClientGetSize Pointer<NativeFunction<Void Function(Pointer<IChannelHook> This, Pointer<GUID> uExtent, Pointer<IID> riid, Pointer<ULONG> pDataSize)>>
getter/setter pair
ClientNotify Pointer<NativeFunction<Void Function(Pointer<IChannelHook> This, Pointer<GUID> uExtent, Pointer<IID> riid, ULONG cbDataSize, Pointer<Void> pDataBuffer, DWORD lDataRep, HRESULT hrFault)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IChannelHook> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IChannelHook> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ServerFillBuffer Pointer<NativeFunction<Void Function(Pointer<IChannelHook> This, Pointer<GUID> uExtent, Pointer<IID> riid, Pointer<ULONG> pDataSize, Pointer<Void> pDataBuffer, HRESULT hrFault)>>
getter/setter pair
ServerGetSize Pointer<NativeFunction<Void Function(Pointer<IChannelHook> This, Pointer<GUID> uExtent, Pointer<IID> riid, HRESULT hrFault, Pointer<ULONG> pDataSize)>>
getter/setter pair
ServerNotify Pointer<NativeFunction<Void Function(Pointer<IChannelHook> This, Pointer<GUID> uExtent, Pointer<IID> riid, ULONG cbDataSize, Pointer<Void> pDataBuffer, DWORD lDataRep)>>
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