You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
475 B
17 lines
475 B
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
|