NAME

VarDecFromDisp  (OLEAUT32.198)

SYNOPSIS

 HRESULT VarDecFromDisp
 (
  IDispatch* pdispIn,
  LCID       lcid,
  DECIMAL*   pDecOut
 )

DESCRIPTION

Convert a VT_DISPATCH to a DECIMAL.

PARAMS

pdispIn [In] Source.
lcid [In] LCID for conversion.
pDecOut [Out] Destination.

RETURNS

Success: S_OK.

Failure: DISP_E_TYPEMISMATCH, if the type cannot be converted

IMPLEMENTATION

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.