NAME

SystemTimeToVariantTime  (OLEAUT32.184)

SYNOPSIS

 INT SystemTimeToVariantTime
 (
  LPSYSTEMTIME lpSt,
  double*      pDateOut
 )

DESCRIPTION

Convert a System format date and time into variant VT_DATE format.

PARAMS

lpSt [In] System format date and time.
pDateOut [Out] Destination for VT_DATE format date.

RETURNS

Success: TRUE. *pDateOut contains the converted value.

Failure: FALSE, if lpSt 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 Apr 2024.