12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>INMAXIf no user-defined INITIALSETTINGS function is supplied, QuickWin calls a predefinedINITIALSETTINGS routine to control the default frame window and menu appearance. You donot need to call INITIALSETTINGS if you define it, since it will be called automatically duringinitialization.For more information, see "Controlling the Initial Menu and Frame Window" in your user’s guide.CompatibilityQUICKWIN GRAPHICS WINDOWS LIBSee Also: “APPENDMENUQQ”, “INSERTMENUQQ”, “DELETEMENUQQ”,“SETWSIZEQQ”, "Using QuickWin" in your user’s guidePortability Function: Returns the maximum positive value for an integer.Module: USE IFPORTSyntaxresult = INMAX (i)i(Input) INTEGER(4).Results:The result type is INTEGER(4). The result is the maximum 4-byte signed integer value for theargument.INQFOCUSQQQuickWin Function: Determines which window has the focus. This function is only available onWindows* systems.Module: USE IFQWINSyntaxresult = INQFOCUSQQ (unit)unit(Output) INTEGER(4). Unit number of the window that has the I/O focus.Results:The result type is INTEGER(4). The result is zero if successful; otherwise, nonzero. The functionfails if the window with the focus is associated with a closed unit.2-176

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!