Condividi tramite


CDHtmlDialog::ShowUI

Viene illustrata l'interfaccia utente dell'host.

STDMETHOD(ShowUI)( 
   DWORD dwID, 
   IOleInPlaceActiveObject * pActiveObject, 
   IOleCommandTarget * pCommandTarget, 
   IOleInPlaceFrame * pFrame, 
   IOleInPlaceUIWindow * pDoc  
);

Parametri

  • dwID
    Vedere dwID in IDocHostUIHandler::ShowUI in Windows SDK.

  • pActiveObject
    Vedere il pActiveObject d in IDocHostUIHandler::ShowUI in Windows SDK.

  • pCommandTarget
    Vedere pCommandTarget in IDocHostUIHandler::ShowUI in Windows SDK.

  • pFrame
    Vedere pFrame in IDocHostUIHandler::ShowUI in Windows SDK.

  • pDoc
    Vedere pDoc in IDocHostUIHandler::ShowUI in Windows SDK.

Valore restituito

Restituisce S_FALSE.

Note

Questa funzione membro è l'implementazione di CDHtmlDialog IDocHostUIHandler::ShowUI, come descritto in Windows SDK.

Requisiti

Header: afxdhtml.h

Vedere anche

Riferimenti

Classe CDHtmlDialog

Grafico delle gerarchie

IDocHostUIhandler Interface

CDHtmlDialog::HideUI