01-18-2011 02:54 AM
From the CVI 2009 SP1 help for RegReadULong() function:
dataFormat int This parameter specifies how the 32–bit integer is stored in the Registry. Typically, you will specify Little–Endian (Intel) format.
I don't know which values can have this parameter.
Are there any #defines for different formats?
Solved! Go to Solution.
01-18-2011 10:58 AM
Hi Vix,
Sorry about the misleading help. This is actually just a boolean parameter. You pass zero if you want little-endian, and non-zero if you want big-endian.
Luis