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 |
http://bugs.linuxfoundation.org/
.
When using Bugzilla please be sure to select
IAccessible2 from the list of components.
Bugzilla is the preferred method for receiving feedback because it
automatically logs one's feedback in the IAccessible2 tracking system
without additional human intervention. One may also, however, send email to accessibility-rfc@a11y.org, a publicly archived emailing list. Please address any technical
problems you encounter with this document or the resources to which it
links, to the Open A11y Webmaster <webmaster@a11y.org>
A stable online reference version of the documentation for IAccessible2 API Version 1.0.2,
is available at: http://a11y.org/ia2-spec. A list
of known and reported
errors in the documentation for IAccessible2 API Version 1.0.2 can be found at:
http://a11y.org/ia2-errata