HDK
|
Go to the source code of this file.
Classes | |
class | UT_SysTracer |
Enumerations | |
enum | UT_SysTraceTargets { UT_SYSTRACE_NONE = 0, UT_SYSTRACE_CREATEFILE = 1 << 0, UT_SYSTRACE_OPENFILE = 1 << 1, UT_SYSTRACE_FINDFIRSTFILE = 1 << 2, UT_SYSTRACE_FINDFIRSTFILEEX = 1 << 3, UT_SYSTRACE_GETDISKFREESPACE = 1 << 4, UT_SYSTRACE_GETDISKFREESPACEEX = 1 << 5, UT_SYSTRACE_GETFILEATTRIBUTES = 1 << 6, UT_SYSTRACE_GETFILEATTRIBUTESEX = 1 << 7, UT_SYSTRACE_GETFILESECURITY = 1 << 8, UT_SYSTRACE_GETVOLUMEINFORMATION = 1 << 9, UT_SYSTRACE_ALL = 0xfffffff } |
enum UT_SysTraceTargets |
Definition at line 27 of file UT_NTFileTracer.h.