2.2.6.32.14 Window::GetParent

Description

Function can return an owner window instead of a parent window.

Syntax

Window GetParent( )

Parameters

Return

If the window is a child window, the return value is the parent window.

If the window is a top-level window, the return value is the owner window.

If the window is a top-level unowned window or if the function fails, the return value is NULL.

Examples

Remark

See Also

Header to Include

origin.h