HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_NTFileTracer.h File Reference
#include "UT_API.h"
#include "UT_Defines.h"
#include "UT_SysClone.h"
#include <stdio.h>
+ Include dependency graph for UT_NTFileTracer.h:

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
}
 

Enumeration Type Documentation

Enumerator
UT_SYSTRACE_NONE 
UT_SYSTRACE_CREATEFILE 
UT_SYSTRACE_OPENFILE 
UT_SYSTRACE_FINDFIRSTFILE 
UT_SYSTRACE_FINDFIRSTFILEEX 
UT_SYSTRACE_GETDISKFREESPACE 
UT_SYSTRACE_GETDISKFREESPACEEX 
UT_SYSTRACE_GETFILEATTRIBUTES 
UT_SYSTRACE_GETFILEATTRIBUTESEX 
UT_SYSTRACE_GETFILESECURITY 
UT_SYSTRACE_GETVOLUMEINFORMATION 
UT_SYSTRACE_ALL 

Definition at line 27 of file UT_NTFileTracer.h.