One thing to note is that the Windows SDK that is shipped with CVI is customized to work with an ANSI C compiler, in terms of the data types (64 bit integers, CVI does not support them), inline assembly, etc.... So if you download the SDK from Microsoft, that would not work with CVI.
To installed the SDK support for CVI, you basically need to start the installer again (its not enabled by default), and then select the option from the feature tree. This is different from installing CVI support for VC, which basically allows you to import CVI project into Visual studio.
You can opened up the windows.h header to see the functions that are prototyped in there.
Bilal Durrani
NI
Bilal Durrani
NI