perfview icon indicating copy to clipboard operation
perfview copied to clipboard

[TraceEvent]: fix CreateOptions enum

Open DarthTon opened this issue 5 years ago • 1 comments

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.

DarthTon avatar Jun 04 '20 20:06 DarthTon

CLA assistant check
All CLA requirements met.

ghost avatar Jun 04 '20 20:06 ghost