Visible to Intel only — GUID: GUID-EB161AB2-6D46-4DD5-93F9-DCB73E57D454
Visible to Intel only — GUID: GUID-EB161AB2-6D46-4DD5-93F9-DCB73E57D454
AUTOInvoke
AUTO Function: Passes the name or identifier of an object's method and an argument list data structure and invokes the method with the passed arguments. This routine is only available for Windows.
USE IFAUTO
result = AUTOInvoke (idispatch,id,invoke_args)
idispatch |
The object's IDispatch interface pointer. Must be of type INTEGER(INT_PTR_KIND()). |
id |
The argument's name of type CHARACTER*(*), or its member ID of type INTEGER(4). |
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(4).
See the example in COMInitialize.