Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference Intel® Fortran Libraries Reference

h.eng.cam.ac.uk
from h.eng.cam.ac.uk More from this publisher
12.07.2015 Views

2 Intel Fortran Libraries ReferencevalueAn output argument that returns the argument’s value. Must be of type INTEGER(2),INTEGER(4), REAL(4), REAL(8), LOGICAL(2), LOGICAL(4), CHARACTER*(*), or a singledimension array of one of these types.typeThe variant type of the requested argument. Must be one of the following constants defined in theIFWINTY module:VARIANT TypeVT_I2VT_I4VT_R4VT_R8VT_CYVT_DATEVT_BSTRVT_DISPATCHVT_ERRORVT_BOOLVT_UNKNOWNValue TypeINTEGER(2)INTEGER(4)REAL(4)REAL(8)REAL(8)REAL(8)CHARACTER*(*)INTEGER(4)INTEGER(4)LOGICAL(2)INTEGER(4)Results:Returns an HRESULT describing the status of the operation. Must be of type INTEGER(4).AUTOGetPropertyByIDAUTO Function: Passes the member ID of the property and gets the value of the automationobject's property into the argument list's first argument. This function is only available onWindows* systems on IA-32 processors.Module: USE IFAUTOSyntaxresult = AUTOGetPropertyByID (idispatch, memid, invoke_args)idispatchThe object’s IDispatch interface pointer. Must be of type INTEGER(4).2-14

Descriptions of the Library Routines 2memidMember ID of the property. 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).AUTOGetPropertyInvokeArgsAUTO Function: Passes an argument list data structure and gets 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 = AUTOGetPropertyInvokeArgs (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).AUTOInvokeAUTO Function: Passes the name or identifier of an object's method and an argument list datastructure and invokes the method with the passed arguments. This function is only available onWindows* systems on IA-32 processors.Module: USE IFAUTOSyntaxresult = AUTOInvoke (idispatch, id, invoke_args)idispatchThe object’s IDispatch interface pointer. Must be of type INTEGER(4).2-15

Descriptions of the Library Routines 2memidMember ID of the property. 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).AUTOGetPropertyInvokeArgsAUTO Function: Passes an argument list data structure and gets 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 = AUTOGetPropertyInvokeArgs (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).AUTOInvokeAUTO Function: Passes the name or identifier of an object's method and an argument list datastructure and invokes the method with the passed arguments. This function is only available onWindows* systems on IA-32 processors.Module: USE IFAUTOSyntaxresult = AUTOInvoke (idispatch, id, invoke_args)idispatchThe object’s IDispatch interface pointer. Must be of type INTEGER(4).2-15

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

Saved successfully!

Ooh no, something went wrong!