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