【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.6.32.14 Window::GetParent
Contents
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