This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2049
case value 'value' already used
The case value was used more than once in this switch statement.
Possible cause
- Enumerations or macros that evaluate to the same value.