|
HRESULT | CanWindowlessActivate () |
|
HRESULT | GetCapture () |
|
HRESULT | SetCapture ([in] BOOL fCapture) |
|
HRESULT | GetFocus () |
|
HRESULT | SetFocus ([in] BOOL fFocus) |
|
HRESULT | GetDC ([in] LPCRECT pRect, [in] DWORD grfFlags, [out] HDC *phDC) |
|
HRESULT | ReleaseDC ([in] HDC hDC) |
|
HRESULT | InvalidateRect ([in] LPCRECT pRect, [in] BOOL fErase) |
|
HRESULT | InvalidateRgn ([in] HRGN hRGN, [in] BOOL fErase) |
|
HRESULT | ScrollRect ([in] INT dx, [in] INT dy, [in] LPCRECT pRectScroll, [in] LPCRECT pRectClip) |
|
HRESULT | AdjustRect ([in, out] LPRECT prc) |
|
HRESULT | OnDefWindowMessage ([in] UINT msg, [in] WPARAM wParam, [in] LPARAM lParam, [out] LRESULT *plResult) |
|
HRESULT | OnInPlaceActivateEx ([out] BOOL *pfNoRedraw, [in] DWORD dwFlags) |
|
HRESULT | OnInPlaceDeactivateEx ([in] BOOL fNoRedraw) |
|
HRESULT | RequestUIActivate () |
|
HRESULT | CanInPlaceActivate () |
|
HRESULT | OnInPlaceActivate () |
|
HRESULT | OnUIActivate () |
|
HRESULT | GetWindowContext ([out] IOleInPlaceFrame **ppFrame, [out] IOleInPlaceUIWindow **ppDoc, [out] LPRECT lprcPosRect, [out] LPRECT lprcClipRect, [in, out] LPOLEINPLACEFRAMEINFO lpFrameInfo) |
|
HRESULT | Scroll ([in] SIZE scrollExtent) |
|
HRESULT | OnUIDeactivate ([in] BOOL fUndoable) |
|
HRESULT | OnInPlaceDeactivate () |
|
HRESULT | DiscardUndoState () |
|
HRESULT | DeactivateAndUndo () |
|
HRESULT | OnPosRectChange ([in] LPCRECT lprcPosRect) |
|
HRESULT | GetWindow ([out] HWND *phwnd) |
|
HRESULT | ContextSensitiveHelp ([in] BOOL fEnterMode) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 327 of file ocidl.idl.