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>ExampleSee the example in “COMInitialize”.AUTOAllocateInvokeArgsAUTO Function: Allocates an argument list data structure that holds the arguments to be passedto AUTOInvoke. This function is only available on Windows* systems on IA-32 processors.Module: USE IFAUTOSyntaxresult = AUTOAllocateInvokeArgs( )Results:The value returned is an argument list data structure of type INTEGER(4).See Also: “AUTOInvoke”ExampleSee the example in “COMInitialize”.AUTODeallocateInvokeArgsAUTO Subroutine: Deallocates an argument list data structure. This subroutine is only availableon Windows* systems on IA-32 processors.Module: USE IFAUTOSyntaxCALL AUTODeallocateInvokeArgs (invoke_args)invoke_argsThe argument list data structure. Must be of type INTEGER(4).ExampleSee the example in “COMInitialize”.AUTOGetExceptInfoAUTO Subroutine: Retrieves the exception information when a method has returned anexception status. This subroutine is only available on Windows* systems on IA-32 processors.Module: USE IFAUTO2-12

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

Saved successfully!

Ooh no, something went wrong!