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

local variable 'name' used without having been initialized

You used the local variable name without first assigning it a value, which could lead to unpredictable results.

This warning is issued only when either /Od or /Ox is specified.