Поделиться через


CWnd::GetAncestor

Retrieves the ancestor window object of the specified window.

CWnd* GetAncestor(
      UINT gaFlags
) const;

Параметры

  • gaFlags
    Specifies the ancestor to be retrieved. For a complete list of possible values, see GetAncestor.

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

If the function succeeds, the return value is a pointer to the ancestor window object. If the function fails, the return value is NULL.

Заметки

This member function emulates the functionality of the function GetAncestor, as described in the Windows SDK.

Требования

Header: afxwin.h

См. также

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

CWnd Class

CWnd Members

Hierarchy Chart