Symbol Scope documentation



Hi Guys

How (or where) i can find info about the symbols scoping of certain
function or data without having to use dbghelp ?



I mean, i know, for example that when i have this on a lable for an
external function:

?Int64x32Div32@@YG_J_JJJJ@Z

The C description is :
__int64 __stdcall Int64x32Div32(__int64,long,long,long)


But what tokens/chars gives me such info ?

Ex.:

This
?AfxWingdixTerm@@YAXXZ

means
void __cdecl AfxWingdixTerm(void)

But what sequence of chars is responsable for me identifying this as a
_cdecl or void funtion ?

XXZ = Void
@@YA = _cdecl

??? Is that it ? If it is ...is there any documentation or sort of
table where i can find those tokens ?


Best Regards,

Guga

.



Relevant Pages