ILegacyIAccessibleProvider::Name Property
Retrieves the name of this element.
Syntax
HRESULTÂ ILegacyIAccessibleProvider::get_Name(BSTRÂ *pszName);
Parameters
- pszName
The address of a BSTR that receives the name.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also