I have a case structure inside a while loop with a shift register that holds the value of a device handle. One of the cases is to "Initialize" a device. The other cases cause the device to take some action, or close the device. I want to add some code to the other cases to check the value of the device handle in order to ensure that it is not NULL before I attempt to configure the device. In LabView, how can I check to ensure that the value of the device handle is not null?