IOleObjectVtbl class final

Inheritance

Constructors

IOleObjectVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IOleObject> This)>>
getter/setter pair
Advise Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, Pointer<IAdviseSink> pAdvSink, Pointer<DWORD> pdwConnection)>>
getter/setter pair
Close Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, DWORD dwSaveOption)>>
getter/setter pair
DoVerb Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, LONG iVerb, LPMSG lpmsg, Pointer<IOleClientSite> pActiveSite, LONG lindex, HWND hwndParent, LPCRECT lprcPosRect)>>
getter/setter pair
EnumAdvise Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, Pointer<Pointer<IEnumSTATDATA>> ppenumAdvise)>>
getter/setter pair
EnumVerbs Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, Pointer<Pointer<IEnumOLEVERB>> ppEnumOleVerb)>>
getter/setter pair
GetClientSite Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, Pointer<Pointer<IOleClientSite>> ppClientSite)>>
getter/setter pair
GetClipboardData Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, DWORD dwReserved, Pointer<Pointer<IDataObject>> ppDataObject)>>
getter/setter pair
GetExtent Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, DWORD dwDrawAspect, Pointer<SIZEL> psizel)>>
getter/setter pair
GetMiscStatus Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, DWORD dwAspect, Pointer<DWORD> pdwStatus)>>
getter/setter pair
GetMoniker Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, DWORD dwAssign, DWORD dwWhichMoniker, Pointer<Pointer<IMoniker>> ppmk)>>
getter/setter pair
GetUserClassID Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, Pointer<CLSID> pClsid)>>
getter/setter pair
GetUserType Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, DWORD dwFormOfType, Pointer<LPOLESTR> pszUserType)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
InitFromData Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, Pointer<IDataObject> pDataObject, BOOL fCreation, DWORD dwReserved)>>
getter/setter pair
IsUpToDate Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IOleObject> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SetClientSite Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, Pointer<IOleClientSite> pClientSite)>>
getter/setter pair
SetColorScheme Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, Pointer<LOGPALETTE> pLogpal)>>
getter/setter pair
SetExtent Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, DWORD dwDrawAspect, Pointer<SIZEL> psizel)>>
getter/setter pair
SetHostNames Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, LPCOLESTR szContainerApp, LPCOLESTR szContainerObj)>>
getter/setter pair
SetMoniker Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, DWORD dwWhichMoniker, Pointer<IMoniker> pmk)>>
getter/setter pair
Unadvise Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This, DWORD dwConnection)>>
getter/setter pair
Update Pointer<NativeFunction<HRESULT Function(Pointer<IOleObject> This)>>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited