AUTOGetPropertyInvokeArgs

DFAUTO 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.

Modules: USE DFAUTO

Syntax

result = AUTOGetPropertyInvokeArgs (idispatch, invoke_args)

idispatch
The object's IDispatch interface pointer. Must be of type INTEGER(4) on ia32 processors; INTEGER(8) on ia64 processors.


invoke_args
The argument list data structure. Must be of type INTEGER(4) on ia32 processors; INTEGER(8) on ia64 processors.

Results:

Returns an HRESULT describing the status of the operation. Must be of type INTEGER(4).