safecall

This modifier ressembles closely the stdcall modifier. It sends parameters from right to left on the stack.

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