AudRecordLib
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 AudRecordProvider Event Count 2
00009 //+
00010 EXTERN_C __declspec(selectany) const GUID ARTraceProvider = {0x40dccc81, 0xab1c, 0x4098, {0xb6, 0x6e, 0xc4, 0xa6, 0x21, 0x98, 0x4b, 0x9a}};
00011 
00012 //
00013 // Channel
00014 //
00015 #define DebugLog 0x10
00016 #define ErrorLog 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_AudRecordProvider_opcode__opcode__message 0x3000000AL
00038 #define MSG_AudRecordProvider_opcode__opcode_error_failure_message 0x3000000BL
00039 #define MSG_level_Error                      0x50000002L
00040 #define MSG_level_Informational              0x50000004L
00041 #define MSG_AudRecordProvider_task__tracing_function_message 0x70000001L
00042 #define MSG_AudRecordProvider_task__tracing_error_failures_message 0x70000002L
00043 #define MSG_AudRecordProvider_channel_DebugLog_message 0x90000001L
00044 #define MSG_AudRecordProvider_channel_ErrorLog_message 0x90000002L
00045 #define MSG_AudRecordProvider_event_1_message 0xB0000001L
00046 #define MSG_AudRecordProvider_event_2_message 0xB0000002L
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Defines