LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to prevent a union field selecting window at the debug time?

Using the GetDiskFreeSpaceEx() API to get the disk free space volume at the debug time, it always popup such a window:

 

捕获.jpg

 

I'd like to know how the prevent the enquiry?

 

David

0 Kudos
Message 1 of 2
(3,038 Views)

I suppose you receive this popup when you try to examine the variable in the variables window with Shift+F7, right?

If so, if you select the specific part of the union you want to see, you won't receive the popup. That is, supposing you have a variable

 

ULARGE_INTEGER    ds;

 

if you highlight for example ds.QuadPart you won't see the popup.

 

Int64Variable.png



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(3,033 Views)