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 C2221

'.' : left operand points to class/struct/union. use '–>'

The left operand is a pointer rather than a class, struct, or union. To access a member, you must use the -> operator rather than the period (.) operator.