CWnd::GetAncestor
擷取指定之視窗的祖系視窗物件。
CWnd* GetAncestor(
UINT gaFlags
) const;
參數
- gaFlags
指定這個祖系便會擷取屬性值。 如需可能值的完整清單,請參閱 GetAncestor。
傳回值
如果函式成功,則傳回值是指向祖系視窗物件。 如果函式失敗,則傳回值為 NULL。
備註
此成員函式以模擬 GetAncestor函式的功能,如中所述。 Windows SDK
需求
Header: afxwin.h