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>CALL DLGSETTITLE(mydialog, "New Title")...DLGUNINITDialog Subroutine: Deallocates memory associated with an initialized dialog. This subroutine isonly available on Windows* systems on IA-32 processors.Module: USE IFLOGMSyntaxCALL DLGUNINIT (dlg)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.You should call DLGUNINIT when a dialog that was successfully initialized by DLGINIT is nolonger needed. DLGUNINIT should only be called on a dialog initialized with DLGINIT. If it iscalled on an uninitialized dialog or one that has already been deallocated with DLGUNINIT, theresult is undefined.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS LIBSee Also: “DLGINIT, DLGINITWITHRESOURCEHANDLE”, “DLGMODAL,DLGMODALWITHPARENT”, “DLGMODELESS”, “DLGEXIT”ExampleUSE IFLOGMINCLUDE "MYDLG.FD"TYPE (DIALOG) mydialogLOGICAL retlog...retlog = DLGINIT(IDD_mydlg, mydialog)...CALL DLGUNINIT (mydialog)ENDDRAND, DRANDMPortability Functions: Return double-precision random numbers in the range 0.0 through 1.0.2-70

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

Saved successfully!

Ooh no, something went wrong!