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 Warning (level 1) C4244

'variable' : conversion from 'type' to 'type', possible loss of data

You assigned a value of type __int64 to a variable of type unsigned int. A possible loss of data may have occurred.