QuickWin Function: Converts a window unit number into a Windows* handle.
Module: USE IFQWIN
Syntax
result = GETHWNDQQ (unit)
unit
(Input) INTEGER(4). The window unit number. If unit is set to QWIN$FRAMEWINDOW (defined in IFQWIN.F90
), the handle of the frame window is returned.
Results
The result type is INTEGER(4) on IA-32 architecture; INTEGER(8) on Intel® 64 and IA-64 architectures. The result is a true Windows handle to the window. If unit is not open, it returns -1 .
Compatibility
QUICKWIN GRAPHICS LIB
See Also: GETACTIVEQQ, GETUNITQQ, SETACTIVEQQ Building Applications: Using QuickWin Overview, Building Applications: Giving a Window Focus and Setting the Active Window, Building Applications: Using Windows API Routines with QuickWin