[This is preliminary documentation and subject to change.]
Retrieves the Name property for this object.
HRESULT get_accName(
VARIANT varChild,
BSTR* pszName
);
Returns S_OK if successful or E_INVALIDARG or another standard COM error code otherwise.
Note to implementers If you are using menu or button text for the Name property, strip any ampersands (&) marking keyboard access keys; the information they convey can be provided to the client in response to IAccessible::get_accKeyboardShortcut calls.
Do not localize the string returned from this property.
IAccessible::put_accName, VARIANT Structure