Scroll to navigation

VarDateFromDec(3w) Wine API VarDateFromDec(3w)

NAME

VarDateFromDec (OLEAUT32.224)

SYNOPSIS

HRESULT VarDateFromDec
(
DECIMAL* pdecIn,
DATE* pdateOut
)
 

DESCRIPTION

Convert a VT_DECIMAL to a VT_DATE.
 

PARAMS

pdecIn [In] Source.
pdateOut [Out] Destination.
 

RETURNS

S_OK.
 

IMPLEMENTATION

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