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 4) C4134
conversion between pointers to members of same class
A pointer to one member of a class was converted to a pointer to another member of the class. This is necessary because void pointers to members are not allowed.