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 C2481

'identifier1' : cannot be initialized using address of 'thread' variable 'identifier2'

The address of variable identifier2 is a dynamic value that can be determined only in the context of a particular thread. Because it is not static, it cannot be used to initialize identifier1.