Leaked source code of windows server 2003
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

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