Name
GetProperty
Description
HRESULT
GetProperty([in] LONG propertyID,
[out] VARIANT* propertyData,
[out,retval] ULONGLONG* error)
Retrieves property data for the property identified by propertyID. For a list of property IDs, see Topics > Types > VixPropertyID.
Parameters
- propertyID
-
This identifies which property to fetch.
- propertyData
-
This will contain the property data corresponding to the propertyID requested after the function call is complete.
- error
-
This returns VIX_OK if the method call succeeded, otherwise the return value indicates an error.
Return Value
HRESULT
Remarks
- Property Lists are not supported in VBScript
Side Effects
None.
Requirements
VixCOM.h, since VMware VIX API 1.10.1.