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 4) C4128
storage-class specifier after type
A storage-class specifier (auto, extern, register, or static) follows a type specifier in a declaration. New-style code places the storage-class specifier first.