ReactOS 0.4.16-dev-1041-g8b6907f
|
Classes | |
struct | _DOCHOSTUIINFO |
Public Types | |
typedef struct IDocHostUIHandler::_DOCHOSTUIINFO | DOCHOSTUIINFO |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 148 of file mshtmhst.idl.
HRESULT IDocHostUIHandler::FilterDataObject | ( | [in] IDataObject * | pDO, |
[out] IDataObject ** | ppDORet | ||
) |
HRESULT IDocHostUIHandler::GetDropTarget | ( | [in] IDropTarget * | pDropTarget, |
[out] IDropTarget ** | ppDropTarget | ||
) |
HRESULT IDocHostUIHandler::GetHostInfo | ( | [in, out] DOCHOSTUIINFO * | pInfo | ) |
HRESULT IDocHostUIHandler::HideUI | ( | ) |
HRESULT IDocHostUIHandler::ResizeBorder | ( | [in] LPCRECT | prcBorder, |
[in] IOleInPlaceUIWindow * | pUIWindow, | ||
[in] BOOL | fRameWindow | ||
) |
HRESULT IDocHostUIHandler::ShowContextMenu | ( | [in] DWORD | dwID, |
[in] POINT * | ppt, | ||
[in] IUnknown * | pcmdtReserved, | ||
[in] IDispatch * | pdispReserved | ||
) |
HRESULT IDocHostUIHandler::ShowUI | ( | [in] DWORD | dwID, |
[in] IOleInPlaceActiveObject * | pActiveObject, | ||
[in] IOleCommandTarget * | pCommandTarget, | ||
[in] IOleInPlaceFrame * | pFrame, | ||
[in] IOleInPlaceUIWindow * | pDoc | ||
) |
HRESULT IDocHostUIHandler::TranslateAccelerator | ( | [in] LPMSG | lpMsg, |
[in] const GUID * | pguidCmdGroup, | ||
[in] DWORD | nCmdID | ||
) |
HRESULT IDocHostUIHandler::TranslateUrl | ( | [in] DWORD | dwTranslate, |
[in] OLECHAR * | pchURLIn, | ||
[out] OLECHAR ** | ppchURLOut | ||
) |
HRESULT IDocHostUIHandler::UpdateUI | ( | ) |