IASForm::get_HelpContext
This method gets the current help file and topic associated with the form.
Syntax
HRESULT get_HelpContext( BSTR *pbstrHelpFile, BSTR *pbstrHelpTopic);
Parameters
- pbstrHelpFiles
- Pointer to a Unicode string that contains the name of the Help index file to retrieve.
- pbstrHelpTopic
- Pointer to a Unicode string that contains the name of the Help topic file to retrieve.
Return Values
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
See Also
IASForm::put_HelpContext