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 C2355

'this' : can only be referenced inside non-static member functions

The this pointer is valid only within nonstatic member functions.

Example

char *p = this;     // error