perfview
perfview copied to clipboard
[TraceEvent]: fix CreateOptions enum
At the moment CreateOptions enum just duplicates values of System.IO.FileAttributes enum and this is wrong.
Real enum values correspond to CreateOptions argument in IoCreateFileEx/NtCreateFile functions.