IRpcChannelBuffer3 Interface
Marshals data between a COM client proxy and a COM server stub. Extends and inherits from IRpcChannelBuffer2.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<GuidAttribute("25B15600-0115-11D0-BF0D-00AA00B8DFD2")> _
<InterfaceTypeAttribute()> _
Public Interface IRpcChannelBuffer3 _
Inherits IRpcChannelBuffer2
[GuidAttribute("25B15600-0115-11D0-BF0D-00AA00B8DFD2")]
[InterfaceTypeAttribute()]
public interface IRpcChannelBuffer3 : IRpcChannelBuffer2
The IRpcChannelBuffer3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
Cancel | ||
FreeBuffer(array<RPCOLEMESSAGE[]) | (Inherited from IRpcChannelBuffer2.) | |
FreeBuffer(array<RPCOLEMESSAGE[]) | ||
GetBuffer(array<RPCOLEMESSAGE[], Guid%) | (Inherited from IRpcChannelBuffer2.) | |
GetBuffer(array<RPCOLEMESSAGE[], Guid%) | ||
GetCallContext | ||
GetDestCtx(UInt32%, IntPtr%) | (Inherited from IRpcChannelBuffer2.) | |
GetDestCtx(UInt32%, IntPtr%) | ||
GetDestCtxEx | ||
GetProtocolVersion(UInt32%) | (Inherited from IRpcChannelBuffer2.) | |
GetProtocolVersion(UInt32%) | ||
GetState | ||
IsConnected() | (Inherited from IRpcChannelBuffer2.) | |
IsConnected() | ||
Receive | ||
RegisterAsync | ||
Send | ||
SendReceive(array<RPCOLEMESSAGE[], UInt32%) | (Inherited from IRpcChannelBuffer2.) | |
SendReceive(array<RPCOLEMESSAGE[], UInt32%) |
Top