11
11
12
12
; ----------------------------------------------------------------------------------------------------------------------
13
13
; Function .....: WinEvents_RegisterForEvents
14
- ; Description ..: Registers the application to send Windows log events.
14
+ ; Description ..: Register the application to send Windows log events.
15
15
; Parameters ...: sLogName - Can be "Application", "System" or a custom event log name.
16
16
; Return .......: Handle to the registered source on success, NULL on failure.
17
17
; ----------------------------------------------------------------------------------------------------------------------
@@ -21,7 +21,7 @@ WinEvents_RegisterForEvents(sLogName) {
21
21
22
22
; ----------------------------------------------------------------------------------------------------------------------
23
23
; Function .....: WinEvents_DeregisterForEvents
24
- ; Description ..: Deregisters the previously registered application.
24
+ ; Description ..: Deregister the previously registered application.
25
25
; Parameters ...: hSource - Handle to a previously registered events source with RegisterForEvents.
26
26
; Return .......: Nonzero if the function succeeds or zero if it fails.
27
27
; ----------------------------------------------------------------------------------------------------------------------
@@ -31,7 +31,7 @@ WinEvents_DeregisterForEvents(hSource) {
31
31
32
32
; ----------------------------------------------------------------------------------------------------------------------
33
33
; Function .....: WinEvents_SendWinLogEvent
34
- ; Description ..: Writes an entry at the end of the specified Windows event log.
34
+ ; Description ..: Write an entry at the end of the specified Windows event log.
35
35
; Parameters ...: hSource - Handle to a previously registered events source with RegisterForEvents.
36
36
; ..............: evType - Can be: "EVENTLOG_SUCCESS"
37
37
; ..............: "EVENTLOG_AUDIT_FAILURE"
0 commit comments