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 C2081

'identifier' : name in formal parameter list illegal

The identifier caused a syntax error.

Possible cause

The following sample generates C2081:

void func( int i, j )  // error, no type specified for j
{
}