06-19-2012, 02:15 PM
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.
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.
