IObjectWithSite.GetSite(Guid, IntPtr) 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.
public:
void GetSite(Guid % riid, [Runtime::InteropServices::Out] IntPtr % ppvSite);
public void GetSite (ref Guid riid, out IntPtr ppvSite);
abstract member GetSite : Guid * nativeint -> unit
Public Sub GetSite (ByRef riid As Guid, ByRef ppvSite As IntPtr)
Parameters
- riid
- Guid
- ppvSite
-
IntPtr
nativeint
Remarks
For information on the COM interface, see IObjectWithSite.