Visible to Intel only — GUID: GUID-29E81683-5C01-493E-93B1-ADE305D9C1B3
Visible to Intel only — GUID: GUID-29E81683-5C01-493E-93B1-ADE305D9C1B3
AUTOAddArg
AUTO Subroutine: Passes an argument name and value and adds the argument to the argument list data structure. This routine is only available for Windows.
Module
USE IFAUTO
USE IFWINTY
CALL AUTOAddArg (invoke_args,name,value[,intent_arg][,type])
invoke_args |
The argument list data structure. Must be of type INTEGER(INT_PTR_KIND()). |
||||||||||||||||||||||||||||
name |
The argument's name of type CHARACTER*(*). |
||||||||||||||||||||||||||||
value |
The argument's value. Must be of type INTEGER(1), INTEGER(2), INTEGER(4), REAL(4), REAL(8), LOGICAL(2), CHARACTER*(*), or a single dimension array of one of these types. Can also be of type VARIANT, which is defined in the IFWINTY module. |
||||||||||||||||||||||||||||
intent_arg |
Indicates the intended use of the argument by the called method. Must be one of the following constants defined in the IFAUTO module:
When the value of intent_arg is AUTO_ARG_OUT or AUTO_ARG_INOUT, the variable used in the value argument should be declared using the VOLATILE attribute. This is because the value of the variable will be changed by the subsequent call to AUTOInvoke. The compiler's global optimizations need to know that the value can change unexpectedly. |
||||||||||||||||||||||||||||
type |
The variant type of the argument. Must be one of the following constants defined in the IFWINTY module:
|
Example
See the example in COMInitialize.