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 C3103

'attribute_name' : too many 'positional' arguments

There are too many positional, or anonymous, arguments. For example:

#pragma keyword("interface", on)
#pragma warning(disable:4199)

interface IX4 {
public:
   [ property(1, 0, 0, 0, 0, 0) ]
   int Size;
};