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) C4055
'conversion' : from data pointer 'type1' to function pointer 'type2'
A data pointer is cast (possibly incorrectly) to a function pointer. This cast generates an error with the C compiler and the ANSI-compatibility (/Za) option