ManagedWrapper.GetSite(Guid, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.