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.