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 2Note that an object is always the first parameter in an event handler. This object value is a pointerto the control’s source (event) interface, not the IDispatch pointer of the control. You can useDLGGET with the DLG_IDISPATCH index to retrieve the control’s IDispatch pointer.For more information, see "Using ActiveX Controls" in your user’s guide.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS LIBSee Also: “DLGINIT, DLGINITWITHRESOURCEHANDLE”, “DLGGET, DLGGETINT,DLGGETLOG, DLGGETCHAR”, “DLGMODAL, DLGMODALWITHPARENT”,“DLGMODELESS”, “DLGSETSUB”ExampleUSE IFLOGMret = DlgSetCtrlEventHandler(&dlg,&IDC_ACTIVEMOVIECONTROL1, & ! Identifies the controlReadyStateChange,& ! Name of the event handling routine-609, & ! Member id of the ActiveMovie’s& ! control ReadyStateChange event.IID_DActiveMovieEvents2 ) ! Identifer of the source (event)! interface.DLGSETRETURNDialog Subroutine: Sets the return value for the DLGMODAL function from within a callbacksubroutine. This subroutine is only available on Windows* systems on IA-32 processors.Module: USE IFLOGMSyntaxCALL DLGSETRETURN (dlg, retval)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.retval(Input) Integer. Specifies the return value for DLGMODAL upon exiting.2-65

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

Saved successfully!

Ooh no, something went wrong!