This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Warning (level 2) C4007
'function' : must be 'attribute'
A required attribute for a function is not explicitly stated. For example, the function main must have the __cdecl attribute. The compiler forces the attribute.