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

'Declaration
<GuidAttribute("25B15600-0115-11D0-BF0D-00AA00B8DFD2")> _
<InterfaceTypeAttribute()> _
Public Interface IRpcChannelBuffer3 _
    Inherits IRpcChannelBuffer2
[GuidAttribute("25B15600-0115-11D0-BF0D-00AA00B8DFD2")]
[InterfaceTypeAttribute()]
public interface IRpcChannelBuffer3 : IRpcChannelBuffer2
[GuidAttribute(L"25B15600-0115-11D0-BF0D-00AA00B8DFD2")]
[InterfaceTypeAttribute()]
public interface class IRpcChannelBuffer3 : IRpcChannelBuffer2
[<GuidAttribute("25B15600-0115-11D0-BF0D-00AA00B8DFD2")>]
[<InterfaceTypeAttribute()>]
type IRpcChannelBuffer3 =  
    interface
        interface IRpcChannelBuffer2
    end
public interface IRpcChannelBuffer3 extends IRpcChannelBuffer2

The IRpcChannelBuffer3 type exposes the following members.

Methods

  Name Description
Public method Cancel
Public method FreeBuffer
Public method GetBuffer
Public method GetCallContext
Public method GetDestCtx
Public method GetDestCtxEx
Public method GetProtocolVersion
Public method GetState
Public method IsConnected
Public method Receive
Public method RegisterAsync
Public method Send
Public method SendReceive

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace