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 C2238

unexpected token(s) preceding 'token'

An incorrect token was found.

Possible cause

Example

struct bits
{
   int field1 : 16;
   int 9      : 16;  // error, 9 is not a valid name
};