Visual Studio 2010 - Visual C++
CWnd::get_accHelp
Called by the framework to retrieve an object's Help property string.
virtual HRESULT get_accHelp( VARIANT varChild, BSTR *pszHelp );
Parameters
Return Value
Returns S_OK on success, a COM error code on failure. See Return Values in IAccessible::get_accHelp in the Windows SDK.
Remarks
This function is part of MFC's Active Accessibility support.
Override this function in your CWnd-derived class to provide help text for your object.
For more information, see IAccessible::get_accHelp in the Windows SDK.
Requirements
Header: afxwin.h
See Also