Oxygen

stdcall
ACTION: determines how parameters are passed on the stack
USE: declaring external functions
EXAMPLE:
! Sleep lib "kernel32.dll" stdcall (int msec)

REMARKS: this is the default calling convention on 32bit Windows platforms.

RELATED: calling cdecl ms64 pascal