Import everything
[cl-w32api.git] / modules / win95.eventlog.lisp
blob3cb722ffb25afa2fbff0c7823646234db9e0705a
1 (defcfunex-exported ("BackupEventLogA" BackupEventLogA :convention :stdcall) :int
2 (arg0 :pointer)
3 (arg1 :string))
5 (defcfunex-exported ("BackupEventLogW" BackupEventLogW :convention :stdcall) :int
6 (arg0 :pointer)
7 (arg1 :pointer))
9 (defcfunex-exported ("ClearEventLogA" ClearEventLogA :convention :stdcall) :int
10 (arg0 :pointer)
11 (arg1 :string))
13 (defcfunex-exported ("ClearEventLogW" ClearEventLogW :convention :stdcall) :int
14 (arg0 :pointer)
15 (arg1 :pointer))
17 (defcfunex-exported ("CloseEventLog" CloseEventLog :convention :stdcall) :int
18 (arg0 :pointer))
20 (defcfunex-exported ("DeregisterEventSource" DeregisterEventSource :convention :stdcall) :int
21 (arg0 :pointer))
23 (defcfunex-exported ("GetNumberOfEventLogRecords" GetNumberOfEventLogRecords :convention :stdcall) :int
24 (arg0 :pointer)
25 (arg1 :pointer))
27 (defcfunex-exported ("GetOldestEventLogRecord" GetOldestEventLogRecord :convention :stdcall) :int
28 (arg0 :pointer)
29 (arg1 :pointer))
31 (defcfunex-exported ("NotifyChangeEventLog" NotifyChangeEventLog :convention :stdcall) :int
32 (arg0 :pointer)
33 (arg1 :pointer))
35 (defcfunex-exported ("OpenBackupEventLogA" OpenBackupEventLogA :convention :stdcall) :pointer
36 (arg0 :string)
37 (arg1 :string))
39 (defcfunex-exported ("OpenBackupEventLogW" OpenBackupEventLogW :convention :stdcall) :pointer
40 (arg0 :pointer)
41 (arg1 :pointer))
43 (defcfunex-exported ("OpenEventLogA" OpenEventLogA :convention :stdcall) :pointer
44 (arg0 :string)
45 (arg1 :string))
47 (defcfunex-exported ("OpenEventLogW" OpenEventLogW :convention :stdcall) :pointer
48 (arg0 :pointer)
49 (arg1 :pointer))
51 (defcfunex-exported ("ReadEventLogA" ReadEventLogA :convention :stdcall) :int
52 (arg0 :pointer)
53 (arg1 :unsigned-long)
54 (arg2 :unsigned-long)
55 (arg3 :pointer)
56 (arg4 :unsigned-long)
57 (arg5 :pointer)
58 (arg6 :pointer))
60 (defcfunex-exported ("ReadEventLogW" ReadEventLogW :convention :stdcall) :int
61 (arg0 :pointer)
62 (arg1 :unsigned-long)
63 (arg2 :unsigned-long)
64 (arg3 :pointer)
65 (arg4 :unsigned-long)
66 (arg5 :pointer)
67 (arg6 :pointer))
69 (defcfunex-exported ("RegisterEventSourceA" RegisterEventSourceA :convention :stdcall) :pointer
70 (arg0 :string)
71 (arg1 :string))
73 (defcfunex-exported ("RegisterEventSourceW" RegisterEventSourceW :convention :stdcall) :pointer
74 (arg0 :pointer)
75 (arg1 :pointer))
77 (defcfunex-exported ("ReportEventA" ReportEventA :convention :stdcall) :int
78 (arg0 :pointer)
79 (arg1 :unsigned-short)
80 (arg2 :unsigned-short)
81 (arg3 :unsigned-long)
82 (arg4 :pointer)
83 (arg5 :unsigned-short)
84 (arg6 :unsigned-long)
85 (arg7 :pointer)
86 (arg8 :pointer))
88 (defcfunex-exported ("ReportEventW" ReportEventW :convention :stdcall) :int
89 (arg0 :pointer)
90 (arg1 :unsigned-short)
91 (arg2 :unsigned-short)
92 (arg3 :unsigned-long)
93 (arg4 :pointer)
94 (arg5 :unsigned-short)
95 (arg6 :unsigned-long)
96 (arg7 :pointer)
97 (arg8 :pointer))