The information in this article applies to:
SUMMARYWhen the system goes idle under Microsoft Windows version 3.1, Kernel issues a single Interrupt 2Fh function 1689h call. This interrupt can be used by a Windows-based application to detect idle time. MORE INFORMATION
Listed as "Windows kernel idle call" in the INT2FAPI.INC file of the
Windows Device Development Kit (DDK) version 3.1, Interrupt 2Fh
function 1689h is the system-idle notification. To be notified when
the system becomes idle, a Windows-based application must put an interrupt
service routine (ISR) in the Interrupt 2Fh chain using the MS-DOS Set
Interrupt Vector call (Interrupt 21h function 25h), and look for AX
register equal to 1689h. The ISR must call the address of the old
handler to pass the control down the Interrupt 2Fh chain. The address
of the old handler can be retrieved using the MS-DOS Get Interrupt
Vector call (Interrupt 21h function 35h).
Additional query words: 3.10
Keywords : kb16bitonly |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |