windows-nt/Source/XPSP1/NT/shell/ext/msidle/msidle.def
2020-09-26 16:20:57 +08:00

18 lines
458 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