Retrieves the string that indicates the product version information.
Syntax
HRESULT get_productVersion( BSTR *p );
Parameters
- p
- Address of a string (BSTR) variable that receives the product version information.
Return Value
Returns S_OK if successful, or an error code otherwise.
Sets the string that indicates the product version information.
Syntax
HRESULT put_productVersion( BSTR v );
Parameters
- v
- String (BSTR) that specifies the product version information to set.
Return Value
Returns S_OK if successful, or an error code otherwise.