CWnd::get_accName
Visual Studio 2010
Called by the framework to retrieve the name of the specified object.
virtual HRESULT get_accName( VARIANT varChild, BSTR *pszName );
Returns S_OK on success, a COM error code on failure. See Return Values in IAccessible::get_accName in the Windows SDK.
This function is part of MFC's Active Accessibility support.
Override this function in your CWnd-derived class to return the name of your object.
For more information, see IAccessible::get_accName in the Windows SDK.