Symbol Scope documentation
- From: "Guga" <mauroteste@xxxxxxxxxxx>
- Date: 28 Aug 2005 21:39:02 -0700
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
.
- Follow-Ups:
- Re: Symbol Scope documentation
- From: ¬a\\/b
- Re: Symbol Scope documentation
- From: Ludwig Hähne
- Re: Symbol Scope documentation
- Prev by Date: Re: Hutch, give it up.
- Next by Date: Re: Polling loop good here???
- Previous by thread: Webster hits 6,000,000!
- Next by thread: Re: Symbol Scope documentation
- Index(es):
Relevant Pages
|