LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

RegReadULong: values for dataFormat parameters

Solved!
Go to solution

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?

 

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 1 of 2
(2,583 Views)
Solution
Accepted by topic author vix

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

0 Kudos
Message 2 of 2
(2,570 Views)