IRpcHelper Interface

Provides helper methods for remote procedure calls. Methods provide DCOM protocol version and convert an object reference to an interface identifier.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00000149-0000-0000-C000-000000000046")> _
Public Interface IRpcHelper
[InterfaceTypeAttribute()]
[GuidAttribute("00000149-0000-0000-C000-000000000046")]
public interface IRpcHelper
[InterfaceTypeAttribute()]
[GuidAttribute(L"00000149-0000-0000-C000-000000000046")]
public interface class IRpcHelper
[<InterfaceTypeAttribute()>]
[<GuidAttribute("00000149-0000-0000-C000-000000000046")>]
type IRpcHelper =  interface end
public interface IRpcHelper

The IRpcHelper type exposes the following members.

Methods

  Name Description
Public method GetDCOMProtocolVersion
Public method GetIIDFromOBJREF

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace