import "AccessibleApplication.idl";
Public Member Functions | |
HRESULT | appName ([out, retval] BSTR *name) |
Returns the application name. | |
HRESULT | appVersion ([out, retval] BSTR *version) |
Returns the application version. | |
HRESULT | toolkitName ([out, retval] BSTR *name) |
Returns the toolkit/bridge name. | |
HRESULT | toolkitVersion ([out, retval] BSTR *version) |
Returns the toolkit/bridge version. |
This interface provides the AT with the information it needs to differentiate this application from other applications, from other versions of this application, or from other versions of this application running on different versions of an accessibility bridge or accessibility toolkit.
Servers implementing IAccessible2 should provide access to the IAccessibleApplication interface via QueryService from any object so that ATs can easily determine specific information about the application such as its name or version.
HRESULT IAccessibleApplication::appName | ( | [out, retval] BSTR * | name | ) | [get] |
Returns the application name.
[out] | name |
S_OK | ||
S_FALSE | if there is nothing to return, [out] value is NULL |
HRESULT IAccessibleApplication::appVersion | ( | [out, retval] BSTR * | version | ) | [get] |
Returns the application version.
[out] | version |
S_OK | ||
S_FALSE | if there is nothing to return, [out] value is NULL |
HRESULT IAccessibleApplication::toolkitName | ( | [out, retval] BSTR * | name | ) | [get] |
Returns the toolkit/bridge name.
[out] | name |
S_OK | ||
S_FALSE | if there is nothing to return, [out] value is NULL |
HRESULT IAccessibleApplication::toolkitVersion | ( | [out, retval] BSTR * | version | ) | [get] |
Returns the toolkit/bridge version.
[out] | version |
S_OK | ||
S_FALSE | if there is nothing to return, [out] value is NULL |
A stable online reference version of the documentation for IAccessible2 API Version 1.2, is available at: http://a11y.org/ia2-spec. A list of known and reported errors in the documentation for IAccessible2 API Version 1.2 can be found at: http://a11y.org/ia2-errata