webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This interface gives access to the application's name and version information. More...
import"AccessibleApplication.idl";
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... | |
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.
|
get |
Returns the application name.
[out] | name |
S_OK | |
S_FALSE | if there is nothing to return, [out] value is NULL |
|
get |
Returns the application version.
[out] | version | The 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". |
S_OK | |
S_FALSE | if there is nothing to return, [out] value is NULL |
|
get |
Returns the toolkit/bridge name.
[out] | name |
S_OK | |
S_FALSE | if there is nothing to return, [out] value is NULL |
|
get |
Returns the toolkit/bridge version.
[out] | version | The 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". |
S_OK | |
S_FALSE | if there is nothing to return, [out] value is NULL |