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) C4212

nonstandard extension used : function declaration used ellipsis

The function prototype has a variable number of arguments. The function definition does not.

This is legal under the default Microsoft extensions (/Ze), but illegal under ANSI compatibility (/Za).