IRpcStubBuffer Interface

Controls the remote procedure calls (RPC) stub used to marshal data between COM components. For more information, see IRpcStubBuffer.

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

Syntax

'Declaration
<GuidAttribute("D5F56AFC-593B-101A-B569-08002B2DBF7A")> _
<InterfaceTypeAttribute()> _
Public Interface IRpcStubBuffer
[GuidAttribute("D5F56AFC-593B-101A-B569-08002B2DBF7A")]
[InterfaceTypeAttribute()]
public interface IRpcStubBuffer
[GuidAttribute(L"D5F56AFC-593B-101A-B569-08002B2DBF7A")]
[InterfaceTypeAttribute()]
public interface class IRpcStubBuffer
[<GuidAttribute("D5F56AFC-593B-101A-B569-08002B2DBF7A")>]
[<InterfaceTypeAttribute()>]
type IRpcStubBuffer =  interface end
public interface IRpcStubBuffer

The IRpcStubBuffer type exposes the following members.

Methods

  Name Description
Public method Connect
Public method CountRefs
Public method DebugServerQueryInterface
Public method DebugServerRelease
Public method Disconnect
Public method Invoke
Public method IsIIDSupported

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace