11.9.15 stdcall

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

More information about this modier can be found in the Programmers guide, in the section on the calling mechanism and the chapter on linking.