CWnd::get_accName
Called by the framework to retrieve the name of the specified object.
virtual HRESULT get_accName(
VARIANT varChild,
BSTR *pszName
);
Parameters
varChild
Specifies whether the name to be retrieved is that of the object or one of the object's child elements. This parameter can be either CHILDID_SELF (to obtain information about the object) or a child ID (to obtain information about the object's child element).pszName
Address of a BSTR that receives a string containing the specified object's name.
Return Value
Returns S_OK on success, a COM error code on failure. See Return Values in IAccessible::get_accName in the Windows SDK.
Remarks
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.
Requirements
Header: afxwin.h