CWnd::GetParent

This method obtains a pointer to this window’s parent window, if it has one.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

CWnd* GetParent( ) const;

Remarks

Windows CE version 1.0 does not support owned windows, except for dialog boxes.

See Also

CWnd::GetOwner, CWnd::SetParent