AudRecordLib
AudRecordCLI/EventManifest.h
00001 //**********************************************************************`
00002 //* This is an include file generated by Message Compiler.             *`
00003 //*                                                                    *`
00004 //* Copyright (c) Microsoft Corporation. All Rights Reserved.          *`
00005 //**********************************************************************`
00006 #pragma once
00007 //+
00008 // Provider AudRecordCLIProvider Event Count 2
00009 //+
00010 EXTERN_C __declspec(selectany) const GUID ARCLITraceProvider = {0x77629315, 0x91c2, 0x4037, {0xae, 0xa3, 0x30, 0xf1, 0x96, 0x6d, 0x27, 0x02}};
00011 
00012 //
00013 // Channel
00014 //
00015 #define CLIDebugLog 0x10
00016 #define CLIErrorLog 0x11
00017 
00018 //
00019 // Opcodes
00020 //
00021 #define _opcode_debug_failure 0xa
00022 #define _opcode_error_failure 0xb
00023 
00024 //
00025 // Tasks
00026 //
00027 #define _tracing_debug_failure 0x1
00028 #define _tracing_error_failures 0x2
00029 
00030 //
00031 // Event Descriptors
00032 //
00033 EXTERN_C __declspec(selectany) const EVENT_DESCRIPTOR FunctionFailureDebug = {0x1, 0x0, 0x10, 0x4, 0xa, 0x1, 0x8000000000000000};
00034 #define FunctionFailureDebug_value 0x1
00035 EXTERN_C __declspec(selectany) const EVENT_DESCRIPTOR FunctionError = {0x2, 0x0, 0x10, 0x2, 0xb, 0x2, 0x8000000000000000};
00036 #define FunctionError_value 0x2
00037 #define MSG_AudRecordCLIProvider_opcode__opcode__message 0x3000000AL
00038 #define MSG_AudRecordCLIProvider_opcode__opcode_error_failure_message 0x3000000BL
00039 #define MSG_level_Error                      0x50000002L
00040 #define MSG_level_Informational              0x50000004L
00041 #define MSG_AudRecordCLIProvider_task__tracing_function_message 0x70000001L
00042 #define MSG_AudRecordCLIProvider_task__tracing_error_failures_message 0x70000002L
00043 #define MSG_AudRecordCLIProvider_channel_CLIDebugLog_message 0x90000001L
00044 #define MSG_AudRecordCLIProvider_channel_CLIErrorLog_message 0x90000002L
00045 #define MSG_AudRecordCLIProvider_event_1_message 0xB0000001L
00046 #define MSG_AudRecordCLIProvider_event_2_message 0xB0000002L
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Defines