LibreOffice Module winaccessibility (master) 1
Properties | List of all members
IAccessibleApplication Interface Reference

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

import"ia2_api_all.idl";

Inheritance diagram for IAccessibleApplication:
[legend]
Collaboration diagram for IAccessibleApplication:
[legend]

Properties

BSTR appName [get]
 Returns the application name. More...
 
BSTR appVersion [get]
 Returns the application version. More...
 
BSTR toolkitName [get]
 Returns the toolkit/bridge name. More...
 
BSTR toolkitVersion [get]
 Returns the toolkit/bridge version. More...
 

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.

Definition at line 5248 of file ia2_api_all.idl.

Property Documentation

◆ appName

BSTR IAccessibleApplication::appName
get

Returns the application name.

Parameters
[out]name
Return values
S_OK
S_FALSEif there is nothing to return, [out] value is NULL

◆ appVersion

BSTR IAccessibleApplication::appVersion
get

Returns the application version.

Parameters
[out]versionThe version string must not contain levels when it is know beforehand that this information will never require a change in a client's behavior. For example, use "3.6.0" rather than "3.6.0.v201005131500".
Return values
S_OK
S_FALSEif there is nothing to return, [out] value is NULL

◆ toolkitName

BSTR IAccessibleApplication::toolkitName
get

Returns the toolkit/bridge name.

Parameters
[out]name
Return values
S_OK
S_FALSEif there is nothing to return, [out] value is NULL

◆ toolkitVersion

BSTR IAccessibleApplication::toolkitVersion
get

Returns the toolkit/bridge version.

Parameters
[out]versionThe version string must not contain levels when it is know beforehand that this information will never require a change in a client's behavior. For example, use "3.6.0" rather than "3.6.0.v201005131500".
Return values
S_OK
S_FALSEif there is nothing to return, [out] value is NULL

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