Skip to content

Commit 12d999d

Browse files
committed
Merge remote-tracking branch 'origin/nteventlog' into nteventlog
2 parents a0ca21a + 89e7cf8 commit 12d999d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Modules/_winapi.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3040,11 +3040,11 @@ _winapi.ReportEvent
30403040
30413041
handle: HANDLE
30423042
The handle to the event log.
3043-
type: int
3043+
type: unsigned_short(bitwise=False)
30443044
The type of event being reported.
3045-
category: int
3045+
category: unsigned_short(bitwise=False)
30463046
The event category.
3047-
event_id: int
3047+
event_id: unsigned_int(bitwise=False)
30483048
The event identifier.
30493049
strings: object(subclass_of='&PyList_Type')
30503050
A list of strings to be inserted into the event message.

0 commit comments

Comments
 (0)