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 accessbility toolkit.


Member Function Documentation

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

Returns the application name.

Parameters:
[out] name 

HRESULT IAccessibleApplication::appVersion [out, retval] BSTR *  version  ) 
 

Returns the application version.

Parameters:
[out] version 

HRESULT IAccessibleApplication::toolkitName [out, retval] BSTR *  name  ) 
 

Returns the toolkit/bridge name.

Parameters:
[out] name 

HRESULT IAccessibleApplication::toolkitVersion [out, retval] BSTR *  version  ) 
 

Returns the toolkit/bridge version.

Parameters:
[out] version 


The documentation for this interface was generated from the following file:
Generated on Mon Mar 26 17:38:26 2007 for IAccessible2 API by  doxygen 1.4.6-NO