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 C2129

static function 'function' declared but not defined

A forward reference is made to a static function that is never defined.

A static function must be defined within file scope. If the function is defined in another file, it must be declared extern.