ph_getwindow PowerHome formula function
Description
Retrieves a handle to a window that has the specified relationship to the specified window.
Syntax
ph_getwindow ( n, n )
Argument |
Description |
n
|
The handle of the master window.
|
n
|
A flag representing the relationship between the master window and the window being searched for.
|
Return value
Long. Returns the handle of window specified based upon the master window and the relationship flags.
Usage
This function calls the Windows API function GetWindow. The following relationship flags are available: 0 = GW_HWNDFIRST, 1 = GW_HWNDLAST, 2 = GW_HWNDNEXT, 3 = GW_HWNDPREV, 4 = GW_OWNER, 5 = GW_CHILD