Partager via


IAxWinHostWindow::AttachControl

Attaché (précédemment) et initialisé un contrôle existant à l'objet hôte à l'aide de la fenêtre identifiée par hWnd.

STDMETHOD( AttachControl )( 
   IUnknown* pUnkControl, 
   HWND hWnd  
);

Paramètres

  • pUnkControl
    [in] Pointeur vers l'interface d' IUnknown du contrôle à attacher à l'objet hôte.

  • hWnd
    [in] Un handle à la fenêtre à utiliser pour héberger.

Valeur de retour

Une valeur standard d' HRESULT .

Configuration requise

Header: atliface.h

Voir aussi

Référence

Interface d'IAxWinHostWindow

IAxWinHostWindow::CreateControl

IAxWinHostWindow::CreateControlEx

CAxWindow::AttachControl

AtlAxAttachControl