WindowsXP/shell/ext/msidle/msidle.def
2025-04-27 07:49:33 -04:00

18 lines
475 B
Modula-2

LIBRARY msidle
; DESCRIPTION is obsolete and gives the IA64 linker the heebie-jeebies
;DESCRIPTION 'User idle detection DLL'
SECTIONS
#ifdef MSIDLE_DOWNLEVEL
.shrdata READ WRITE SHARED
#endif
EXPORTS
LibMain
BeginIdleDetection @3 NONAME
EndIdleDetection @4 NONAME
SetIdleTimeout @5 NONAME
SetIdleNotify @6 NONAME
SetBusyNotify @7 NONAME
GetIdleMinutes @8 NONAME