Click to return to the Reusing Browser Technology home page    
IHTMLWindow2::setTimeout ...     IHTMLWindow2::showModalDi...     IHTMLWindow2 Interface    
Web Workshop  |  Reusing Browser Technology

IHTMLWindow2::showHelp Method


Displays a help file.

Syntax

HRESULT showHelp(
    BSTR helpURL,
    VARIANT helpArg,
    BSTR features 
);

Parameters

helpURL
String (BSTR) that specifies the URL of the help file.
helpArg
VARIANT string or value that specifies the programmer-defined arguments to pass to the dialog box.
features
Reserved; do not use.

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.