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 2) C4071

'function' : no function prototype given

The function was called before the compiler found a prototype. The compiler makes the call using the default rules for a function without a prototype.