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.
15 lines
415 B
15 lines
415 B
; LogHours.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "LogHours"
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
LogonScheduleDialog @1
|
|
ConnectionScheduleDialog @2
|
|
DialinHoursDialog @3
|
|
DirSyncScheduleDialog @4
|
|
LogonScheduleDialogEx @5
|
|
DialinHoursDialogEx @6
|
|
ReplicationScheduleDialog @7
|
|
ReplicationScheduleDialogEx @8
|
|
ConnectionScheduleDialogEx @9
|
|
DirSyncScheduleDialogEx @10
|