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.

14 lines
415 B

  1. ; LogHours.def : Declares the module parameters for the DLL.
  2. LIBRARY "LogHours"
  3. EXPORTS
  4. ; Explicit exports can go here
  5. LogonScheduleDialog @1
  6. ConnectionScheduleDialog @2
  7. DialinHoursDialog @3
  8. DirSyncScheduleDialog @4
  9. LogonScheduleDialogEx @5
  10. DialinHoursDialogEx @6
  11. ReplicationScheduleDialog @7
  12. ReplicationScheduleDialogEx @8
  13. ConnectionScheduleDialogEx @9
  14. DirSyncScheduleDialogEx @10