mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
include: Add UI Automation Annotation Type ID definitions.
Required for c7ba4a9640
This commit is contained in:
parent
c76a192bf6
commit
700ee59470
Notes:
Alexandre Julliard
2024-11-15 22:25:16 +01:00
Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/wine/merge_requests/6824
1 changed files with 30 additions and 0 deletions
|
@ -430,6 +430,36 @@ library UIAutomationClient {
|
||||||
const long UIA_AppBarControlTypeId = 50040;
|
const long UIA_AppBarControlTypeId = 50040;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dllname("<no entry points>")]
|
||||||
|
module UIA_AnnotationTypes
|
||||||
|
{
|
||||||
|
const long AnnotationType_Unknown = 60000;
|
||||||
|
const long AnnotationType_SpellingError = 60001;
|
||||||
|
const long AnnotationType_GrammarError = 60002;
|
||||||
|
const long AnnotationType_Comment = 60003;
|
||||||
|
const long AnnotationType_FormulaError = 60004;
|
||||||
|
const long AnnotationType_TrackChanges = 60005;
|
||||||
|
const long AnnotationType_Header = 60006;
|
||||||
|
const long AnnotationType_Footer = 60007;
|
||||||
|
const long AnnotationType_Highlighted = 60008;
|
||||||
|
const long AnnotationType_Endnote = 60009;
|
||||||
|
const long AnnotationType_Footnote = 60010;
|
||||||
|
const long AnnotationType_InsertionChange = 60011;
|
||||||
|
const long AnnotationType_DeletionChange = 60012;
|
||||||
|
const long AnnotationType_MoveChange = 60013;
|
||||||
|
const long AnnotationType_FormatChange = 60014;
|
||||||
|
const long AnnotationType_UnsyncedChange = 60015;
|
||||||
|
const long AnnotationType_EditingLockedChange = 60016;
|
||||||
|
const long AnnotationType_ExternalChange = 60017;
|
||||||
|
const long AnnotationType_ConflictingChange = 60018;
|
||||||
|
const long AnnotationType_Author = 60019;
|
||||||
|
const long AnnotationType_AdvancedProofingIssue = 60020;
|
||||||
|
const long AnnotationType_DataValidationError = 60021;
|
||||||
|
const long AnnotationType_CircularReferenceError = 60022;
|
||||||
|
const long AnnotationType_Mathematics = 60023;
|
||||||
|
const long AnnotationType_Sensitive = 60024;
|
||||||
|
}
|
||||||
|
|
||||||
[dllname("<no entry points>")]
|
[dllname("<no entry points>")]
|
||||||
module UIA_LandmarkTypeIds
|
module UIA_LandmarkTypeIds
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue