stdcall


Vocabulary
alien

Word description
This symbol is passed as the abi argument to alien-indirect, alien-callback, alien-assembly, and add-library to indicate that the Windows API calling convention should be used, where the called function cleans up its own stack frame before returning to the caller.

See also
cdecl, fastcall, thiscall, mingw

Definition