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 C2226

syntax error : unexpected type 'type'

A syntax error occurs before or in the type specifier.

Example

int func1( int, ... , float ); // error, misplaced ellipsis
int func2( int, float, ... );  // OK