IOleInPlaceSiteVtbl class final

Inheritance

Constructors

IOleInPlaceSiteVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IOleInPlaceSite> This)>>
getter/setter pair
CanInPlaceActivate Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceSite> This)>>
getter/setter pair
ContextSensitiveHelp Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceSite> This, BOOL fEnterMode)>>
getter/setter pair
DeactivateAndUndo Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceSite> This)>>
getter/setter pair
DiscardUndoState Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceSite> This)>>
getter/setter pair
GetWindow Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceSite> This, Pointer<HWND> phwnd)>>
getter/setter pair
GetWindowContext Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceSite> This, Pointer<Pointer<IOleInPlaceFrame>> ppFrame, Pointer<Pointer<IOleInPlaceUIWindow>> ppDoc, LPRECT lprcPosRect, LPRECT lprcClipRect, LPOLEINPLACEFRAMEINFO lpFrameInfo)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
OnInPlaceActivate Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceSite> This)>>
getter/setter pair
OnInPlaceDeactivate Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceSite> This)>>
getter/setter pair
OnPosRectChange Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceSite> This, LPCRECT lprcPosRect)>>
getter/setter pair
OnUIActivate Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceSite> This)>>
getter/setter pair
OnUIDeactivate Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceSite> This, BOOL fUndoable)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceSite> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IOleInPlaceSite> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Scroll Pointer<NativeFunction<HRESULT Function(Pointer<IOleInPlaceSite> This, SIZE scrollExtant)>>
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