BaseCodeGeneratorWithSite.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.
GetSite method of IOleObjectWithSite
public:
virtual void GetSite(Guid % riid, [Runtime::InteropServices::Out] IntPtr % ppvSite);
public virtual void GetSite (ref Guid riid, out IntPtr ppvSite);
abstract member GetSite : Guid * nativeint -> unit
override this.GetSite : Guid * nativeint -> unit
Public Overridable Sub GetSite (ByRef riid As Guid, ByRef ppvSite As IntPtr)
Parameters
- riid
- Guid
interface to get
- ppvSite
-
IntPtr
nativeint
array in which to stuff return value