Parameter Passing Conventions

The Windows Standard calling convention only is supported. In the Standard calling convention, parameters are pushed from right to left.

The called function is responsible for cleaning the stack and the exact number of arguments expected by the called function must be passed.