IASForm::put_HelpContext
This method sets a specified help file.
Syntax
HRESULT put_HelpContext( BSTR bstrHelpFile, BSTR bstrHelpTopic);
Parameters
- bstrHelpFiles
- Unicode string that contains the name of the Help index file to set.
- bstrHelpTopic
- Unicode string that contains the name of the Help topic file to set.
Return Values
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
See Also
IASForm::get_HelpContext