Microsoft Deployment Toolkit
Documentation Library HRESULT GetProperty(size_t index, LPCTSTR propName, LPVARIANT value) |
This method retrieves the value of a property from the query results, as shown in Table 19.
Table 19. HRESULT GetProperty
Parameter |
Description |
Index |
Zero-based index to the result record |
propName |
Name of the property, such as “Size” |
Value |
On return, this parameter contains a variant value of the property |
Related Topics