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>AUTOSetPropertyInvokeArgsBEEPQQAUTO Function: Passes an argument list data structure and sets the value of the automationobject’s property specified in the argument list’s first argument. This function is only available onWindows* systems on IA-32 processors..Module: USE IFAUTOSyntaxresult = AUTOSetPropertyInvokeArgs (idispatch, invoke_args)idispatchThe object’s IDispatch interface pointer. Must be of type INTEGER(4).invoke_argsThe argument list data structure. Must be of type INTEGER(4).Results:Returns an HRESULT describing the status of the operation. Must be of type INTEGER(4).Portability Subroutine: Sounds the speaker at the specified frequency for the specified durationin milliseconds.Module: USE IFPORTSyntaxCALL BEEPQQ (frequency, duration)frequency(Input) INTEGER(4). Frequency of the tone in Hz.duration(Input) INTEGER(4). Length of the beep in milliseconds.BEEPQQ does not return until the sound terminates.CompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS LIBSee Also: “SLEEPQQ”ExampleUSE IFPORTINTEGER(4) frequency, durationfrequency = 40002-18

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

Saved successfully!

Ooh no, something went wrong!