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 C2162

expected macro formal parameter

The token following a stringizing operator (#) is not a formal parameter name.

The following sample generates C2162:

#define print(a) printf(#b)    // error