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 1) C4614

'type' : vararg parameters with this type were promoted

The compiler performed standard promotion on the arguments to a varargs function, including char-to-int and float-to-double.

To avoid this promotion, use normal functions instead of varargs functions.