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 C2281

'identifier1' : is not a function, but contains <function returning>; 'identifier2' is unexpected

The declaration of the identifier has incorrect syntax.

Example

int (*f)() a;      // error