Function Attributes
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Function Attributes.
Microsoft Specific**
The optional attribute-seq nonterminal allows you to select a calling convention on a per-function basis. You can also specify functions as __fastcall
or __inline
.
END Microsoft Specific