18 lines
458 B
Modula-2
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
|