Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find EVERY accessible object in an application
#7
Function acc enumerates all descendant objects of a. For each descendant object it calls callback function Acc_GTAT_Proc.
a is member of this variable (variable for which is called this function (GetTreeAsText)). It is COM pointer to the accessible object. We can use it in this function because this function is member function.
|0x8000 adds flag 0x8000 which tells that we use callback function.
Acc_GTAT_Proc gets some properties of the object and adds to the str variable.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)