ManagedWrapper.GetSite(Guid, Object) Method

Definition

Returns the site for the wrapper.

public:
 int GetSite(Guid % riid, [Runtime::InteropServices::Out] System::Object ^ % ppvSite);
public int GetSite (ref Guid riid, out object ppvSite);
member this.GetSite : Guid * obj -> int
Public Function GetSite (ByRef riid As Guid, ByRef ppvSite As Object) As Integer

Parameters

riid
Guid

The identifier.

ppvSite
Object

The site.

Returns

The site for the wrapper.

Applies to