12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Descriptions of the Library Routines 2Syntaxresult = DLGSENDCTRLMESSAGE (dlg, controlid, msg, wparam, lparam)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 the 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).msg(Input) Integer. Derived type T_MSG. Specifies the message to be sent.wparam(Input) Integer. Specifies additional message specific information.lparam(Input) Integer. Specifies additional message specific information.Results:The result type is INTEGER(4). The value specifies the result of the message processing anddepends upon the message sent.The dialog box must be currently active by a call to DLGMODAL or DLGMODELESS. Thisfunction does not return until the message has been processed by the control.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS LIBSee Also: “DLGINIT, DLGINITWITHRESOURCEHANDLE”, “DLGSETSUB”,“DLGMODAL, DLGMODALWITHPARENT”, “DLGMODELESS”Exampleuse IFLOGMinclude 'resource.fd'type (dialog) dlginteger callbacktypeinteger crefinteger iretif (callbacktype == dlg_init) then! Change the color of the Progress bar to red2-61

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

Saved successfully!

Ooh no, something went wrong!