Hello NI,
the second part of my earlier post here failed to get noticed so I dedicate an extra message for it
When compiling (in CVI2015f1) with
#include <windows.h>
and extended warning level I receive the following warnings:
"winnt.h"(8780,19) warning: cast from function call of type 'LONG64' (aka 'long long') to non-matching type 'PVOID' (aka 'void *')
"winnt.h"(8791,19) warning: cast from function call of type 'LONG64' (aka 'long long') to non-matching type 'PVOID' (aka 'void *')
"winnt.h"(8802,19) warning: cast from function call of type 'LONG64' (aka 'long long') to non-matching type 'PVOID' (aka 'void *')
My suggestion is to update the include file, thanks!