This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2637
'identifier' : cannot modify pointers to data members
A pointer to a data member was modified.
Example
struct S {};
int __stdcall S::*pms; // error