Share via


Win32.IOleObject Interface

Definition

public: interface class Win32::IOleObject
[System.Runtime.InteropServices.Guid("00000112-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface Win32.IOleObject
[<System.Runtime.InteropServices.Guid("00000112-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type Win32.IOleObject = interface
Public Interface Win32.IOleObject
Attributes

Methods

Advise(Object, UInt32)
Close(UInt32)
DoVerb(UInt32, UInt32, Object, UInt32, UInt32, UInt32)
EnumAdvise(Object)
EnumVerbs(Object)
GetClientSite(Win32+IOleClientSite)
GetClipboardData(UInt32, IDataObject)
GetExtent(UInt32, UInt32)
GetMiscStatus(UInt32, UInt32)
GetMoniker(UInt32, UInt32, Object)
GetUserClassID(UInt32)
GetUserType(UInt32, UInt32)
InitFromData(IDataObject, Boolean, UInt32)
IsUpToDate()
SetClientSite(Win32+IOleClientSite)
SetColorScheme(Object)
SetExtent(UInt32, UInt32)
SetHostNames(Object, Object)
SetMoniker(UInt32, Object)
Unadvise(UInt32)
Update()

Applies to