CWnd::UnsubclassWindow

Chiamare la funzione membro per impostare WndProc al valore originale e rimuovere la finestra identificata da HWND dall'oggetto CWnd .

HWND UnsubclassWindow( );

Valore restituito

Un handle di finestra unsubclassed.

Esempio

Vedere l'esempio relativo CWnd::SubclassWindow.

Requisiti

Header: afxwin.h

Vedere anche

Riferimenti

Classe CWnd

Grafico della gerarchia

CWnd::SubclassWindow

CWnd::PreSubclassWindow

CWnd::DefWindowProc

CWnd::SubclassDlgItem

CWnd::Attach