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 C2174

'function' : actual parameter has type 'void' : parameter number1, parameter list number2

Parameter number1 passed to parameter list number2 is a void parameter. Parameters cannot have type void. Use void* instead.