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 Warning (level 1) C4036

unnamed 'type' as actual parameter

No type is given for a structure, union, enumeration, or class used as an actual parameter. If you are using /Zg to generate function prototypes. The compiler issues this warning and comments out the formal parameter in the generated prototype.

Possible solution