VarDecFromDisp (OLEAUT32.198)
HRESULT VarDecFromDisp ( IDispatch* pdispIn, LCID lcid, DECIMAL* pDecOut )
Convert a VT_DISPATCH to a DECIMAL.
pdispIn | [In] | Source. |
lcid | [In] | LCID for conversion. |
pDecOut | [Out] | Destination. |
Success: S_OK.
Failure: DISP_E_TYPEMISMATCH, if the type cannot be converted
Defined in "oleauto.h".
Implemented in "dlls/oleaut32/vartype.c". source.winehq.org/source/dlls/oleaut32/vartype.c
Debug channel "variant".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.