I want to use the function "PostMessage" from the user32.dll. One input parameter to this DLL is a handle to the destination window, which should be an unsigned integer value. In LabVIEW I can get a (datalog file) reference to the window, but how can I use that for the DLL? Can I convert it to unsigned integer or do I have to configure the DLL access by choosing 'Adapt to Type'? Both doesn't seem to work...