QueryUnbiasedInterruptTime Function
Gets the current unbiased interrupt time from the biased interrupt time and the current sleep bias amount. This time is not affected by power management sleep transitions.
Syntax
Parameters
- UnbiasedTime [out]
-
Points to a variable to receive the unbiased interrupt time.
Return Value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, use GetLastError.
Remarks
To compile an application that uses this function, define _WIN32_WINNT as 0x0601 or later. For more information, see Using the Windows Headers.
Requirements
| Minimum supported client | Windows 7 |
|---|---|
| Minimum supported server | Windows Server 2008 R2 |
| Header | Winbase.h (include Windows.h) |
| Library | Kernel32.lib |
| DLL | Kernel32.dll |
Send comments about this topic to Microsoft
Build date: 7/30/2009