Description:
This function returns the Windows handle (a numeric value) for the window referred to by the Liberty BASIC #handle. This is very useful for making many different kinds of Windows API calls, and many third-party DLLs will require that this value be provided for their own purposes.
Usage:
open "Example" for window as #1
h1 = hwnd(#1)