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