IAccessibleApplication Interface Reference

This interface gives access to the application's name and version information. More...

import "AccessibleApplication.idl";

List of all members.


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.

Detailed Description

This interface gives access to the application's name and version information.

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.


Member Function Documentation

HRESULT IAccessibleApplication::appName ( [out, retval] BSTR *  name  )  [get]

Returns the application name.

Parameters:
[out] name 
Return values:
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.

Parameters:
[out] version 
Return values:
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.

Parameters:
[out] name 
Return values:
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.

Parameters:
[out] version 
Return values:
S_OK 
S_FALSE if there is nothing to return, [out] value is NULL


The documentation for this interface was generated from the following file:

To submit feedback on IAccessible2 API Version 1.2, please use the Bugzilla interface located at: 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.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


Generated on Mon Jun 21 10:42:52 2010 for IAccessible2 API Version 1.2 by  doxygen 1.5.6