VARIANT Value;
//LPTSTR lptstrValue;
//LPTSTR lptstrValue;
char *lptstrValue;
Value.vt = VT_BSTR;
USES_CONVERSION;
lptstrValue = W2T(Value.bstrVal);