DosDateTimeToVariantTime function oleaut32
Converts the MS-DOS representation of time to the date and time representation stored in a variant.
To learn more, see learn.microsoft.com/windows/win32/api/oleauto/nf-oleauto-dosdatetimetovarianttime.
Implementation
@pragma('vm:prefer-inline')
int DosDateTimeToVariantTime(
int wDosDate,
int wDosTime,
Pointer<Double> pvtime,
) => _DosDateTimeToVariantTime(wDosDate, wDosTime, pvtime);