CWnd::FromHandlePermanent

Restituisce un puntatore a un oggetto CWnd una volta fornito un handle a una finestra.

static CWnd* PASCAL FromHandlePermanent(
   HWND hWnd 
);

Parametri

  • hWnd
    HWND di una finestra di Windows.

Valore restituito

Un puntatore a un oggetto CWnd.

Note

Se un oggetto CWnd non è connesso a l NULL, viene restituito.

Questa funzione, a differenza FromHandle, non crea oggetti temporanei.

Requisiti

Header: afxwin.h

Vedere anche

Riferimenti

Classe CWnd

Grafico della gerarchia

CWnd::FromHandle