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