From: CW Date: 2007-03-05T10:30:06+09:00 Subject: Question re DL and INT16_T return values I am trying to call a function in Win32 DLL that returns a INT16_T value. My attempts using both Win32API and DL to invoke the function both return a value of 47644672. I have no idea how to correctly decode/interpret this return value. Any suggestions will be appreciated. Thanks Chris