A pointer is a variable with the length of 32 bit. So you can use a U32 data type to hold the handle in LabVIEW. If you get the handle from createContext as output you can use it in other functions of the DLL. Wire the output to the input of the functions. You can do with it as with all other U32 wires. Be aware that LabVIEW cannot use the pointer since it dosn't have such data type. You can't retrieve the data to which the pointer points in LabVIEW.
Waldemar
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions