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 C2206

'function' : typedef cannot be used for function definition

A typedef is used to define a function type.

Example

typedef int functyp();
functyp func1 {};        // error