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) C4021

'function' : too few actual parameters

The number of formal parameters in the function prototype or definition exceeds the number of actual parameters in a function call. Using a formal parameter that has no corresponding actual parameter produces unpredictable results.