11-24-2010 12:03 PM
Need help in using ActiveX to retrieve a VARIANT.
Variant is shown as var{VT_Ul1,1} in debug
Using the following
hr = CA_VariantGetShort (&var, &value);
I get 0 for my answer instead of 1.
Solved! Go to Solution.
11-24-2010 12:20 PM
Answered my own question.
VT_Ul1 is an unsigned char and not a short.