mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
6125a1fb15
context It may be useful to pass a python object (e.g. class) to the ETW processing callback. The ETW tracing API allows the user to fill out a "Context" field with a pointer value that will be passed to the event being sent, the rest is ctypes magic for wrapping the python object into a native pointer value.