Microsoft DirectX 9.0

CBasePropertyPage::m_hwnd

The m_hwnd member variable contains a handle to the dialog window. This member variable is initialized after the object creates the dialog window, when the CreateDialogParam function returns.

Syntax

HWND m_Dlg;

See Also