This documentation is archived and is not being maintained.
IChannelHook Interface
Provides a mechanism to intercept and modify calls when the COM engine processes the calls.
Namespace:
Microsoft.VisualStudio.OLE.InteropAssembly:
Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
[InterfaceTypeAttribute(1)]
[GuidAttribute("1008C4A0-7613-11CF-9AF1-0020AF6E72F4")]
[ComConversionLossAttribute]
public interface IChannelHook
| Name | Description |
|---|
 | ClientFillBuffer(Guid, Guid, UInt32, IntPtr) | |
 | ClientGetSize(Guid, Guid, UInt32) | |
 | ClientNotify(Guid, Guid, UInt32, IntPtr, UInt32, Int32) | |
 | ServerFillBuffer(Guid, Guid, UInt32, IntPtr, Int32) | |
 | ServerGetSize(Guid, Guid, Int32, UInt32) | |
 | ServerNotify(Guid, Guid, UInt32, IntPtr, UInt32) | |
Return to top