Skip to content

Latest commit

 

History

History
70 lines (55 loc) · 2.04 KB

nf-wdfcore-wdf_abs_timeout_in_us.md

File metadata and controls

70 lines (55 loc) · 2.04 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:wdfcore.WDF_ABS_TIMEOUT_IN_US
WDF_ABS_TIMEOUT_IN_US function (wdfcore.h)
The WDF_ABS_TIMEOUT_IN_US function converts a specified number of microseconds to an absolute time value.
wdf\wdf_abs_timeout_in_us.htm
wdf
02/26/2018
WDF_ABS_TIMEOUT_IN_US function
DFTimerObjectRef_0e51f320-984a-4fe2-a077-09aec8b3b011.xml, WDF_ABS_TIMEOUT_IN_US, WDF_ABS_TIMEOUT_IN_US function, kmdf.wdf_abs_timeout_in_us, wdf.wdf_abs_timeout_in_us, wdfcore/WDF_ABS_TIMEOUT_IN_US
wdfcore.h
Wdf.h
Universal
1.0
2.0
None
Any level
Windows
WDF_ABS_TIMEOUT_IN_US
wdfcore/WDF_ABS_TIMEOUT_IN_US
APIRef
kbSyntax
LibDef
None
None.dll
WDF_ABS_TIMEOUT_IN_US

WDF_ABS_TIMEOUT_IN_US function

-description

[Applies to KMDF and UMDF]

The WDF_ABS_TIMEOUT_IN_US function converts a specified number of microseconds to an absolute time value.

-parameters

-param Time [in]

The number of microseconds to convert.

-returns

WDF_ABS_TIMEOUT_IN_US returns the absolute time value, in system time units (100-nanosecond intervals), that represents the number of microseconds that Time specifies.

-remarks

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.

-see-also

WDF_REL_TIMEOUT_IN_US