This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2465
cannot define an anonymous type inside parentheses
An anonymous structure, union, or enumerated type is defined inside a parenthetical expression. This is illegal in C++ because the definition is meaningless in function scope.