VarDateFromUdateEx(3w)

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

Defined in "oleauto.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/oleaut32/variant.c".

Debug channel "variant".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout