Using Intel® Visual Fortran to Create and Build Windows*-Based Applications
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-C9FA1D1B-E1D1-44CC-B0D2-CB5C3AECFFCC
Visible to Intel only — GUID: GUID-C9FA1D1B-E1D1-44CC-B0D2-CB5C3AECFFCC
Using Windows API Routines with QuickWin
You can convert the unit numbers of QuickWin windows to Windows handles with the GETHWNDQQ QuickWin function. You should not use Windows GDI to draw on QuickWin windows because QuickWin keeps a window buffer and the altered window would be destroyed on redraw. You can use Windows OS subclassing to intercept graphics messages bound for QuickWin before QuickWin receives them.