RAD Studio
ContentsIndex
PreviousUpNext
__msfastcall

Category 

Modifiers, Keyword extensions 

Syntax  

__msfastcall <function-name>

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.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!