CWnd::GetTopWindow

Searches for the top-level child window that belongs to CWnd.

CWnd* GetTopWindow( ) const;

Возвращаемое значение

Identifies the top-level child window in a CWnd linked list of child windows. If no child windows exist, the value is NULL.

The returned pointer may be temporary and should not be stored for later use.

Заметки

If CWnd has no children, this function returns NULL.

Требования

Header: afxwin.h

См. также

Основные понятия

CWnd Class

CWnd Members

Hierarchy Chart

GetTopWindow