__msreturn
Go Up to Keywords, Alphabetical Listing Index
Category
Modifiers (C++), 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.