Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Shows the host's UI.
STDMETHOD(ShowUI)(
DWORD dwID,
IOleInPlaceActiveObject * pActiveObject,
IOleCommandTarget * pCommandTarget,
IOleInPlaceFrame * pFrame,
IOleInPlaceUIWindow * pDoc
);
Parameters
dwID
See dwID in IDocHostUIHandler::ShowUI in the Windows SDK.pActiveObject
See d pActiveObject in IDocHostUIHandler::ShowUI in the Windows SDK.pCommandTarget
See pCommandTarget in IDocHostUIHandler::ShowUI in the Windows SDK.pFrame
See pFrame in IDocHostUIHandler::ShowUI in the Windows SDK.pDoc
See pDoc in IDocHostUIHandler::ShowUI in the Windows SDK.
Return Value
Returns S_FALSE.
Remarks
This member function is CDHtmlDialog's implementation of IDocHostUIHandler::ShowUI, as described in the Windows SDK.
Requirements
Header: afxdhtml.h