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 3) C4292

terminating debug information emission for enum 'enum' with member 'member'

A record in a PDB file can be no larger than 64K. The size of an enum in your code, along with the use of /Zi, resulted in a PDB's record size greater than 64K. You can either reduce the size of the enum or break it into two enums.