windows-nt/Source/XPSP1/NT/shell/ext/msidle/msidle.def

18 lines
458 B
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
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