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 Error C3146

'main' : invalid signature for main function

The function main cannot have more than three parameters. For example:

void main(int a1, int a2, int a3, int a4)   { // C3146
}