This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2219
syntax error : type qualifier must be after '*'
Type qualifier (const or volatile) appears where it is not permitted.
Example
int (const *p); // error