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 C2448

'identifier' : function-style initializer appears to be a function definition

The function definition is incorrect.

Possible cause

Example

void func(c)
   int c;
{}             // error