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>idThe argument’s name of type CHARACTER*(*), or its member ID 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).ExampleSee the example in “COMInitialize”.AUTOSetPropertyAUTO Function: Passes the name or identifier of the property and a value, and sets the value ofthe automation object’s property. This function is only available on Windows* systems on IA-32processors.Module: USE IFAUTO, USE IFWINTYSyntaxresult = AUTOSetProperty (idispatch, id, value [, type])idispatchThe object’s IDispatch interface pointer. Must be of type INTEGER(4).idThe argument’s name of type CHARACTER*(*), or its member ID of type INTEGER(4).valueThe argument’s value. Must be of type INTEGER(2), INTEGER(4), REAL(4), REAL(8),LOGICAL(2), LOGICAL(4), CHARACTER*(*), or a single dimension array of one of thesetypes.typeThe variant type of the argument. Must be one of the following constants defined in theIFWINTY module:VARIANT TypeVT_I2VT_I4VT_R4Value TypeINTEGER(2)INTEGER(4)REAL(4)2-16

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

Saved successfully!

Ooh no, something went wrong!