Scroll to navigation

VarUI2FromDec(3w) Wine API VarUI2FromDec(3w)

NAME

VarUI2FromDec (OLEAUT32.269)

SYNOPSIS

HRESULT VarUI2FromDec
(
DECIMAL* pdecIn,
USHORT* pusOut
)
 

DESCRIPTION

Convert a VT_DECIMAL to a VT_UI2.
 

PARAMS

pDecIn [In] Source.
pusOut [Out] Destination.
 

RETURNS

Success: S_OK.
Failure: E_INVALIDARG, if the source value is invalid DISP_E_OVERFLOW, if the value will not fit in the destination
 

IMPLEMENTATION

Declared in "oleauto.h".
Implemented in "dlls/oleaut32/vartype.c".
Debug channel "variant".
Oct 2012 Wine API