NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C2337

'attribute name' : attribute is not supported

You have used an attribute that is not supported in this version of Visual C++. For example:

[emitidl];
[module(name="x")];
[grasshopper]   // not a supported attribute
class a{};