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

'function' : no function prototype on 'convention' function

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.