NAME

VarDateFromUdateEx  (OLEAUT32.319)

SYNOPSIS

 HRESULT VarDateFromUdateEx
 (
  UDATE* pUdateIn,
  LCID   lcid,
  ULONG  dwFlags,
  DATE*  pDateOut
 )

DESCRIPTION

Convert an unpacked format date and time to a variant VT_DATE.

PARAMS

pUdateIn [In] Unpacked format date and time to convert.
lcid [In] Locale identifier for the conversion.
dwFlags [In] Flags controlling the conversion (VAR_ flags from "oleauto.h").
pDateOut [Out] Destination for variant VT_DATE.

RETURNS

Success: S_OK. *pDateOut contains the converted value.

Failure: E_INVALIDARG, if pUdateIn cannot be represented in VT_DATE format.

IMPLEMENTATION

Declared in "oleauto.h". https://source.winehq.org/source/include/oleauto.h

Implemented in "dlls/oleaut32/variant.c". https://source.winehq.org/source/dlls/oleaut32/variant.c

Debug channel "variant".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2024.