RAD Studio
ContentsIndex
PreviousUpNext
__msreturn

Category 

Modifiers, Keyword extensions 

Syntax  

__msreturn <function-name>

Description 

This calling convention is used for Microsoft compatible __fastcall calling convention return values. Structures with a size that is greater than 4 bytes and less than 9 bytes, and having at least one of its members sized 4 bytes or larger, are returned in EAX/EDX.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!