14.9.22 stdcall

The stdcall modifier pushes the parameters from right to left on the stack, it also aligns all the parameters to a default alignment.

More information about this modifier can be found in the Programmer’s Guide, in the section on the calling mechanism and the chapter on linking.