Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-8E3C1AAE-FA4B-4179-AC4C-D863EBC04ABD
Visible to Intel only — GUID: GUID-8E3C1AAE-FA4B-4179-AC4C-D863EBC04ABD
AUTOGetPropertyInvokeArgs
AUTO Function: Passes an argument list data structure and gets the value of the automation object's property specified in the argument list's first argument. This routine is only available for Windows.
USE IFAUTO
result = AUTOGetPropertyInvokeArgs (idispatch,invoke_args)
idispatch |
The object's IDispatch interface pointer. Must be of type INTEGER(INT_PTR_KIND()). |
invoke_args |
The argument list data structure. Must be of type INTEGER(INT_PTR_KIND()). |
Returns an HRESULT describing the status of the operation. Must be of type INTEGER(INT_PTR_KIND()).