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 C2165

'keyword' : cannot modify pointers to data

The __stdcall, __cdecl, or __fastcall keyword attempts to modify a pointer to data.

The following sample generates C2165:

char __cdecl *p;   // error