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.

85 lines
1.7 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1997-1999 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; wlnotify.def
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions file for Winlogon's common notify DLL.
  12. ;
  13. ;Author:
  14. ;
  15. ; Gopal Parupudi (GopalP)
  16. ;
  17. ;Notes:
  18. ;
  19. ; To complete the merge of a notification DLL into this DLL,
  20. ; add the list of relevant exports with a comment stating which
  21. ; component the exports belong to.
  22. ;
  23. ;Revision History:
  24. ;
  25. ; GopalP 1/15/1999 Start.
  26. ; KSchutz 1/20/1999 Smart card stuff added
  27. ; DSie 4/04/2001 Wlballoon stuff added
  28. ;--*/
  29. ;
  30. LIBRARY WlNotify
  31. EXPORTS
  32. ;
  33. ; SensLogn exports (Component: SENS)
  34. ;
  35. SensLogonEvent
  36. SensLogoffEvent
  37. SensStartupEvent
  38. SensStartShellEvent
  39. SensShutdownEvent
  40. SensLockEvent
  41. SensUnlockEvent
  42. SensStartScreenSaverEvent
  43. SensStopScreenSaverEvent
  44. SensDisconnectEvent
  45. SensReconnectEvent
  46. SensPostShellEvent
  47. ;
  48. ; ScCrtPrp exports (Component: Smart Card Certificate Propagation)
  49. ;
  50. SCardStartCertProp
  51. SCardStopCertProp
  52. SCardSuspendCertProp
  53. SCardResumeCertProp
  54. ;
  55. ; Tsnotify exports (Component: Terminal Services)
  56. ;
  57. TSEventLogon
  58. TSEventLogoff
  59. TSEventStartup
  60. TSEventShutdown
  61. TSEventStartShell
  62. TSEventPostShell
  63. TSEventReconnect
  64. TSEventDisconnect
  65. TermsrvCreateTempDir
  66. ;
  67. ; Schedule exports (Component: Task Scheduler)
  68. ;
  69. SchedStartShell
  70. SchedEventLogOff
  71. ;
  72. ; Wlballoon exports (Component: winlogon/Kerberos)
  73. ;
  74. RegisterTicketExpiredNotificationEvent
  75. UnregisterTicketExpiredNotificationEvent
  76. ShowNotificationBalloonW