MFC
Expand Minimize
This topic has not yet been rated - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.