|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Types | |
| typedef IOleInPlaceActiveObject * | LPOLEINPLACEACTIVEOBJECT |
Public Types inherited from IOleWindow | |
| typedef IOleWindow * | LPOLEWINDOW |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Public Member Functions | |
| HRESULT | TranslateAccelerator ([in] LPMSG lpmsg) |
| HRESULT | RemoteTranslateAccelerator () |
| HRESULT | OnFrameWindowActivate ([in] BOOL fActivate) |
| HRESULT | OnDocWindowActivate ([in] BOOL fActivate) |
| HRESULT | ResizeBorder ([in] LPCRECT prcBorder, [in, unique] IOleInPlaceUIWindow *pUIWindow, [in] BOOL fFrameWindow) |
| HRESULT | RemoteResizeBorder ([in] LPCRECT prcBorder, [in] REFIID riid, [in, unique, iid_is(riid)] IOleInPlaceUIWindow *pUIWindow, [in] BOOL fFrameWindow) |
| HRESULT | EnableModeless ([in] BOOL fEnable) |
Public Member Functions inherited from IOleWindow | |
| HRESULT | GetWindow ([out] HWND *phwnd) |
| HRESULT | ContextSensitiveHelp ([in] BOOL fEnterMode) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Definition at line 200 of file oleidl.idl.
Definition at line 202 of file oleidl.idl.
Implemented in anonymous_namespace{mstscax.cpp}::CoClass.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::EnableModeless().
Implemented in anonymous_namespace{mstscax.cpp}::CoClass.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::OnDocWindowActivate().
Implemented in anonymous_namespace{mstscax.cpp}::CoClass.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::OnFrameWindowActivate().
| HRESULT IOleInPlaceActiveObject::RemoteResizeBorder | ( | [in] LPCRECT | prcBorder, |
| [in] REFIID | riid, | ||
| [in, unique, iid_is(riid)] IOleInPlaceUIWindow * | pUIWindow, | ||
| [in] BOOL | fFrameWindow | ||
| ) |
| HRESULT IOleInPlaceActiveObject::RemoteTranslateAccelerator | ( | ) |
| HRESULT IOleInPlaceActiveObject::ResizeBorder | ( | [in] LPCRECT | prcBorder, |
| [in, unique] IOleInPlaceUIWindow * | pUIWindow, | ||
| [in] BOOL | fFrameWindow | ||
| ) |
Implemented in anonymous_namespace{mstscax.cpp}::CoClass.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::ResizeBorder().
Implemented in anonymous_namespace{mstscax.cpp}::CoClass.
Referenced by anonymous_namespace{mstscax.cpp}::CoClass::TranslateAccelerator().