Open ara-ayvazyan opened 3 months ago
When adding a std::uint64_t field to an ETW event with TraceLoggingValue is seen as a long rather than ulong when using TraceEvent.PayloadByName.
std::uint64_t
long
ulong
TraceEvent.PayloadByName
I haven't checked if the same happens with other integer types and/or when using manifest-based event.
Can you share example trace file (so it's faster to try it on my side)?
When adding a
std::uint64_t
field to an ETW event with TraceLoggingValue is seen as along
rather thanulong
when usingTraceEvent.PayloadByName
.I haven't checked if the same happens with other integer types and/or when using manifest-based event.