ph_gethandle PowerHome formula function
Description
Returns the handle of an internal PowerHome window.
Syntax
ph_gethandle ( type )
Argument |
Description |
type
|
An integer representing the particular window whose handle you wish to be returned. Use 0 for the PowerHome frame window (returns same value as ph_handle). Use 1 for the Client Control Center. Use 2 for the Device Status window. Use 3 for the PowerHome Web window. Use 4 for the Insteon Explorer window.
|
Return value
Long. Returns the Windows handle of the specified window. Returns 0 if the window is not open or an invalid type is specified.