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 C2277

'identifier' : cannot take address of this member function

You cannot take the address of a member function.

Example

class A
{
public:
   A();
};
(*pctor)() = &A::A;   // error