IOleClientSite (Interfaces)
Last changed: -62.49.30.98

.
Summary
TODO - a short description

C# Definition:

[ComImport]
[Guid("00000118-0000-0000-C000-000000000046")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IOleClientSite
{
     void SaveObject();
     void GetMoniker(uint dwAssign, uint dwWhichMoniker, ref object ppmk);
     void GetContainer(ref object ppContainer);
     void ShowObject();
     void OnShowWindow(bool fShow);
     void RequestNewObjectLayout();
}

VB Definition:

<ComImport(), Guid("00000118-0000-0000-C000-000000000046"), _
InterfaceType(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IOleClientSite
    Sub SaveObject()
    Sub GetMoniker(ByVal dwAssign As Integer, ByVal dwWhichMoniker As Integer, ByRef ppmk As Object)
    Sub GetContainer(ByRef ppContainer As Object)
    Sub ShowObject()
    Sub OnShowWindow(ByVal fShow As Boolean)
    Sub RequestNewObjectLayout()
End Interface

User-Defined Types:

Requires reference to System.Runtime.InteropServices.

Notes:

None.

Documentation