Contents Index Topic Contents | ||
Previous Topic: IHTMLOptionsHolder::put_productVersion Next Topic: IHTMLOptionsHolder::get_unsecuredWindowOfDocument |
IHTMLOptionsHolder::get_productVersion
HRESULT get_productVersion( BSTR *p );Retrieves the string indicating the product version information.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that receives the product version information.
See also put_productVersion
IHTMLOptionsHolder::put_productVersion
HRESULT put_productVersion( BSTR v );Sets the string indicating the product version information.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the product version information.
See also get_productVersion
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.