Wednesday, May 13, 2009

__msfastcall

__msfastcall
Category
Modifiers, C++Builder keyword extensions

Syntax

__msfastcall

Description
This calling convention emulates the Microsoft implementation of the fastcall calling convertion. The first two DWORD or smaller arguments are passed in ECX and EDX registers, all other arguments are passed from right to left. The called function is responsible for removing these arguments from the stack.

No comments:

Post a Comment