IRpcChannelBuffer2 Interface

Marshals data between a COM client proxy and a COM server stub. Extends and inherits from IRpcChannelBuffer. Adds a method to retrieve the protocol version.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("594F31D0-7F19-11D0-B194-00A0C90DC8BF")> _
Public Interface IRpcChannelBuffer2 _
    Inherits IRpcChannelBuffer
[InterfaceTypeAttribute()]
[GuidAttribute("594F31D0-7F19-11D0-B194-00A0C90DC8BF")]
public interface IRpcChannelBuffer2 : IRpcChannelBuffer
[InterfaceTypeAttribute()]
[GuidAttribute(L"594F31D0-7F19-11D0-B194-00A0C90DC8BF")]
public interface class IRpcChannelBuffer2 : IRpcChannelBuffer
[<InterfaceTypeAttribute()>]
[<GuidAttribute("594F31D0-7F19-11D0-B194-00A0C90DC8BF")>]
type IRpcChannelBuffer2 =  
    interface
        interface IRpcChannelBuffer
    end
public interface IRpcChannelBuffer2 extends IRpcChannelBuffer

The IRpcChannelBuffer2 type exposes the following members.

Methods

  Name Description
Public method FreeBuffer
Public method GetBuffer
Public method GetDestCtx
Public method GetProtocolVersion
Public method IsConnected
Public method SendReceive

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace