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 3) C4016

'function' : no function return type; using int as default

The function has not been declared or defined, so the return type is unknown. The compiler uses int as a default return type.

Possible solution