__stdcall

Top  Previous  Next

The calling convention used by most current C/C++ programs. (Faster than __cdecl and less code to be created by the compiler.)

Known as WINAPI calling convention in the Windows environment.