1 out of 2 rated this helpful - Rate this topic

Results of Calling Example

Visual Studio 6.0

http://msdn.microsoft.com/en-us/library/aa240996.aspxOverviewHow Do I

__cdecl

The C decorated function name is “_MyFunc.”

The__cdecl calling convention

__stdcall and thiscall

The C decorated name (__stdcall) is “_MyFunc@20.” The C++ decorated name is proprietary.

The __stdcall and thiscall calling conventions

__fastcall

The C decorated name (__fastcall) is “@MyFunc@20.” The C++ decorated name is proprietary.

The__fastcall calling convention

Return to Calling Example: Function Prototype and Call.

Did you find this helpful?
(1500 characters remaining)