IfmManage::get_HelpContext

This method gets the help file currently associated with the application.

Syntax

HRESULT get_HelpContext( BSTR *pbstrHelpFile, BSTR *pbstrHelpTopic );

Parameters

pbstrHelpFile
Pointer a Unicode string that contains the name of a Help index file.
pbstrHelpTopic
Pointer to a 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::put_HelpContext