Visible to Intel only — GUID: GUID-0F038F51-3F2D-4734-8269-0915D6A5F45A
Visible to Intel only — GUID: GUID-0F038F51-3F2D-4734-8269-0915D6A5F45A
AUTOGetPropertyByID
AUTO Function: Passes the member ID of the property and gets the value of the automation object's property into the argument list's first argument. This routine is only available for Windows.
Module
USE IFAUTO
result = AUTOGetPropertyByID (idispatch,memid,invoke_args)
idispatch |
The object's IDispatch interface pointer. Must be of type INTEGER(INT_PTR_KIND()). |
memid |
Member ID of the property. Must be of type INTEGER(4). |
invoke_args |
The argument list data structure. Must be of type INTEGER(INT_PTR_KIND()). |
Results
Returns an HRESULT describing the status of the operation. Must be of type INTEGER(4).