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 C2207

'member' in struct/union 'tag' has a zero-sized array

The member of the structure or union tag contains an array with no subscript or a zero subscript. This kind of array is legal only as the last member of a structure or union.