<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > Windows API > Win_GetParent |
Description
Retrieves a handle to the specified window's parent or owner.
Syntax
n = Win_GetParent(hWnd)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
hWnd |
Number |
No |
Handle to the window handle whose parent must be retrieved. |
Remarks
For additional info, please refer to MS documentation at: http://msdn.microsoft.com/en-us/library/ms633510(VS.85).aspx
Restrictions
See also
Examples