Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find EVERY accessible object in an application
#6
acc "" "" a "" "" flags|0x8000 &Acc_GTAT_Proc &s

I've been looking at this line of code and I've been trying to understand what each part of it means, and I can't get a good answer on what it is. I was wondering if you could explain the parts I am missing.

acc = accessible object
"" = anything
"" = anything
a = ?
"" = anything
"" = anything
flags = flags
| = ?
0x8000 = callback function flag
&Acc_GTAT_Proc = reference to function Acc_GTAT_Proc
&s = reference to variable s

That single line of code is gathering all the information from a tree. I would like to understand what each part of the code is doing. Explanation would be much appreciated.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)