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 C2240

unexpected 'token' following formal list (only modifiers are allowed)

An incorrect token was found after a formal parameter list.

Example

void func() int;  // error
void func();      // OK