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>! NOTE: The following message succeeds only if Internet Explorer 4.0! or later is installedcref = Z'FF' ! Rediret = DlgSendCtrlMessage(dlg, IDC_PROGRESS1, PBM_SETBARCOLOR, 0, cref)endifDLGSET, DLGSETINT, DLGSETLOG, DLGSETCHARDialog Functions: Set the values of dialog control variables. These functions are only availableon Windows* systems on IA-32 processors.Module: USE IFLOGMSyntaxresult = DLGSET (dlg, controlid, value [, index])result = DLGSETINT (dlg, controlid, value [, index])result = DLGSETLOG (dlg, controlid, value [, index])result = DLGSETCHAR (dlg, controlid, value [, index])dlg(Input) Derived type dialog. Contains dialog box parameters. The components of the typedialog are defined with the PRIVATE attribute, and cannot be changed or individually accessedby the user.controlid(Input) Integer. Specifies the identifier of a control within the dialog box. Can be either thesymbolic name for the control or the identifier number, both listed in the Include file (withextension .FD).value(Input) Integer, logical, or character. The value of the control’s variable.index(Input; optional) Integer. Specifies the control variable whose value is set. Necessary if the controlhas more than one variable of the same data type and you do not want to set the value of thedefault for that type.Results:The result type is LOGICAL(4). The result is .TRUE. if successful; otherwise, the result is.FALSE..2-62

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

Saved successfully!

Ooh no, something went wrong!