IOleInPlaceObjectVtbl class final

Inheritance

Constructors

IOleInPlaceObjectVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IOleInPlaceObject> This)>>
getter/setter pair
ContextSensitiveHelp Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceObject> This, BOOL fEnterMode)>>
getter/setter pair
GetWindow Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceObject> This, Pointer<HWND> phwnd)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
InPlaceDeactivate Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceObject> This)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceObject> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
ReactivateAndUndo Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceObject> This)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IOleInPlaceObject> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SetObjectRects Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceObject> This, LPCRECT lprcPosRect, LPCRECT lprcClipRect)>>
getter/setter pair
UIDeactivate Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceObject> 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