NAME

VarUdateFromDate  (OLEAUT32.331)

SYNOPSIS

 HRESULT VarUdateFromDate
 (
  DATE   dateIn,
  ULONG  dwFlags,
  UDATE* lpUdate
 )

DESCRIPTION

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

PARAMS

datein [In] Variant VT_DATE format date.
dwFlags [In] Flags controlling the conversion (VAR_ flags from "oleauto.h").
lpUdate [Out] Destination for unpacked format date and time.

RETURNS

Success: S_OK. *lpUdate contains the converted value.

Failure: E_INVALIDARG, if dateIn is too large or small.

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.