%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
| Server IP : 122.154.253.140  /  Your IP : 216.73.216.49 Web Server : Microsoft-IIS/7.5 System : Windows NT SERVER02 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.6.31 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Windows/SysWOW64/wbem/  | 
Upload File :  | 
#pragma classflags("forceupdate")
#pragma namespace("\\\\.\\root\\WMI")
//
// WPP Generated File
// PDB:  d:\0060.obj.x86fre\drivers\storage\imapi2\filesystemimaging\dll\objfre\i386\imapi2fs.pdb
// PDB:  Last Updated :2006-3-2:7:42:44:876 (UTC) [binplace]
//
//ModuleName = FileSystemImageTracing	 (Init called in Function CFileSystemImagingModule::DllMain)
[Dynamic,
 Description("IMAPI2FS Tracing"),
 guid("{F8036571-42D9-480A-BABB-DE7833CB059C}"),
 locale("MS\\0x409")]
class FileSystemImageTracing : EventTrace
{
    [Description ("Enable Flags"),
        ValueDescriptions{
             "Trace information from the constructors",
             "Trace information from the destructors",
             "General Debugging Information",
             "Trace all function entry/exits"},
        DefineValues{
             "Constructor",
             "Destructor",
             "General",
             "FunctionEntryExit"},
        Values{
             "Constructor",
             "Destructor",
             "General",
             "FunctionEntryExit"},
        ValueMap{
             "0x00000001",
             "0x00000002",
             "0x00000004",
             "0x00000008"}: amended
    ]
    uint32 Flags;
    [Description ("Levels"),
        ValueDescriptions{
            "Abnormal exit or termination",
            "Severe errors that need logging",
            "Warnings such as allocation failure",
            "Includes non-error cases",
            "Detailed traces from intermediate steps" },
         DefineValues{
            "TRACE_LEVEL_FATAL",
            "TRACE_LEVEL_ERROR",
            "TRACE_LEVEL_WARNING"
            "TRACE_LEVEL_INFORMATION",
            "TRACE_LEVEL_VERBOSE" },
        Values{
            "Fatal",
            "Error",
            "Warning",
            "Information",
            "Verbose" },
        ValueMap{
            "0x1",
            "0x2",
            "0x3",
            "0x4",
            "0x5" },
        ValueType("index")
    ]
    uint32 Level;
};