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 C2152

'identifier' : pointers to functions with different attributes

A pointer to a function with one calling convention (__cdecl, __stdcall, or __fastcall) is assigned to a pointer to a function with another calling convention.