Contents Index Topic Contents | ||
Previous Topic: IHTMLWindow2::setTimeout Next Topic: IHTMLWindow2::showModalDialog |
IHTMLWindow2::showHelp
HRESULT showHelp( BSTR helpURL, VARIANT helpArg, BSTR features );Displays a help file.
- Returns S_OK if successful, or an error value otherwise.
- helpURL
- String specifying the URL of the help file.
- helpArg
- String or value specifying the programmer-defined arguments to pass to the dialog box.
- features
- Reserved; do not use.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.