Advertisement
Lorenzo501

Acc, UIA & COM

Feb 8th, 2024 (edited)
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Acc = Accessibility = Microsoft Active Accessibility
  2. https://github.com/Descolada/Acc-v2/blob/main/Lib/Acc.ahk
  3. https://learn.microsoft.com/en-us/windows/win32/winauto/microsoft-active-accessibility
  4. https://en.wikipedia.org/wiki/Microsoft_Active_Accessibility
  5.  
  6. UIA = UI Automation (not UI Access in this case)
  7. https://github.com/Descolada/UIA-v2/blob/main/Lib/UIA.ahk
  8. https://learn.microsoft.com/en-us/windows/win32/winauto/entry-uiauto-win32
  9. https://en.wikipedia.org/wiki/Microsoft_UI_Automation
  10.  
  11. COM APIs
  12. https://autohotkey.wiki/guides:com:start
  13.  
  14. can use by adding:
  15. #Include <Acc>
  16. #Include <UIA>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement