We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0ca21a + 89e7cf8 commit 12d999dCopy full SHA for 12d999d
1 file changed
Modules/_winapi.c
@@ -3040,11 +3040,11 @@ _winapi.ReportEvent
3040
3041
handle: HANDLE
3042
The handle to the event log.
3043
- type: int
+ type: unsigned_short(bitwise=False)
3044
The type of event being reported.
3045
- category: int
+ category: unsigned_short(bitwise=False)
3046
The event category.
3047
- event_id: int
+ event_id: unsigned_int(bitwise=False)
3048
The event identifier.
3049
strings: object(subclass_of='&PyList_Type')
3050
A list of strings to be inserted into the event message.
0 commit comments