CWnd::get_accHelpTopic
Visual Studio 2010
Called by the framework to retrieve the full path of the WinHelp file associated with the specified object and the identifier of the appropriate topic within that file.
virtual HRESULT get_accHelpTopic( BSTR *pszHelpFile, VARIANT varChild, long *pidTopic );
This function is part of MFC's Active Accessibility support.
Override this function in your CWnd-derived class to provide help information about your object.
For more information, seeIAccessible::get_accHelpTopic in the Windows SDK.