// wdfcore.h
LONGLONG WDF_ABS_TIMEOUT_IN_MS(
[in] ULONGLONG Time
);
View the official Windows Driver Kit DDI reference
No description available.
[Applies to KMDF and UMDF]
The WDF_ABS_TIMEOUT_IN_MS function converts a specified number of milliseconds to an absolute time value.
Time
[in]The number of milliseconds to convert.
WDF_ABS_TIMEOUT_IN_MS returns the absolute time value, in system time units (100-nanosecond intervals), that represents the number of milliseconds that Time specifies.
An absolute time value is a time value that specifies a specific date and time. Absolute times are relative to 00:00, January 1, 1601. If an absolute time value is passed to the system, the system adds the absolute time value to the time value that represents 00:00, January 1, 1601.