Visible to Intel only — GUID: GUID-C1141C21-CBB9-48A0-A71D-ECE1755E6CBE
Visible to Intel only — GUID: GUID-C1141C21-CBB9-48A0-A71D-ECE1755E6CBE
AUTOGetProperty
AUTO Function: Passes the name or identifier of the property and gets the value of the automation object's property. This routine is only available for Windows.
Module
USE IFAUTO
USE IFWINTY
result = AUTOGetProperty (idispatch,id,value[,type])
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). |
||||||||||||||||||||||||
value |
An output argument that returns the argument's value. Must be of type INTEGER(2), INTEGER(4), REAL(4), REAL(8), LOGICAL(2), LOGICAL(4), CHARACTER*(*), or a single dimension array of one of these types. |
||||||||||||||||||||||||
type |
The variant type of the requested argument. Must be one of the following constants defined in the IFWINTY module:
|
Results
Returns an HRESULT describing the status of the operation. Must be of type INTEGER(4).