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 C2347

'__w64' : cannot be used with type 'type'

__w64 only applies to variables of the int and long data types. For example, you will get C2347 if you issue,

__w64 short i;

A short integer can only be 32 bits.