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) C4078

case constant 'value' too big for the type of the switch expression

A case statement contains a value larger than the type in the switch expression. The compiler casts the type of the case constant to the type of the switch expression.

If two case constants have different values before casting but the same value afterward, a problem can occur.