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) C4241

'member' : member access is restricted

Code tries to access a private or protected member function or data.

If you need to access this member, change the object access level or make the member a friend of the accessing function.