Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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