Click to return to the Reusing Browser Technology home page    
IHTMLOptionsHolder::get_f...     IHTMLOptionsHolder::get_u...     IHTMLOptionsHolder Interf...    
Web Workshop  |  Reusing Browser Technology

IHTMLOptionsHolder::get_productVersion Method


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.


IHTMLOptionsHolder::put_productVersion Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.