This is preliminary documentation and subject to change. To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2222
'->' : left operand has class/struct/union type, use '.'
The left operand is a class, struct, or union rather than a pointer. To access a member, you must use the period (.) operator rather than the -> operator.