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.
|
|
;/*++ ; ;Copyright (c) 1997-1999 Microsoft Corporation ; ;Module Name: ; ; wlnotify.def ; ;Abstract: ; ; Definitions file for Winlogon's common notify DLL. ; ;Author: ; ; Gopal Parupudi (GopalP) ; ;Notes: ; ; To complete the merge of a notification DLL into this DLL, ; add the list of relevant exports with a comment stating which ; component the exports belong to. ; ;Revision History: ; ; GopalP 1/15/1999 Start. ; KSchutz 1/20/1999 Smart card stuff added ; DSie 4/04/2001 Wlballoon stuff added ;--*/ ;
LIBRARY WlNotify
EXPORTS
; ; SensLogn exports (Component: SENS) ; SensLogonEvent SensLogoffEvent SensStartupEvent SensStartShellEvent SensShutdownEvent SensLockEvent SensUnlockEvent SensStartScreenSaverEvent SensStopScreenSaverEvent SensDisconnectEvent SensReconnectEvent SensPostShellEvent
; ; ScCrtPrp exports (Component: Smart Card Certificate Propagation) ; SCardStartCertProp SCardStopCertProp SCardSuspendCertProp SCardResumeCertProp
; ; Tsnotify exports (Component: Terminal Services) ; TSEventLogon TSEventLogoff TSEventStartup TSEventShutdown TSEventStartShell TSEventPostShell TSEventReconnect TSEventDisconnect TermsrvCreateTempDir
; ; Schedule exports (Component: Task Scheduler) ; SchedStartShell SchedEventLogOff
; ; Wlballoon exports (Component: winlogon/Kerberos) ; RegisterTicketExpiredNotificationEvent UnregisterTicketExpiredNotificationEvent ShowNotificationBalloonW
|