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 C2139

type following 'identifier' is illegal

Two types were used in the same declaration.

The following sample generates C2139:

int double a;    // error