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 Warning (level 4) C4235

nonstandard extension used : 'keyword' keyword not supported in this product

The compiler does not support the keyword you used.

This warning is automatically promoted to an error. If you wish to modify this behavior, use #pragma warning. For example, to make C4235 into a level 4 warning issue,

#pragma warning(2:4235)

in your source code file.