I may be overlooking the obvious but is there a reference showing the
data type for the LabWindows controls? The GetCtrlVal function expects
a void pointer to a variable of the data control's type but I could not
find a reference showing each control and it's associated data type.
Some are obvious but some are not. For instance, a toggle button
returns a 0 or 1. Is it a long int , short int, char, unsigned char?
Thanks,
John