source: cmedia/trunk/Drv16/logmsg.hpp@ 354

Last change on this file since 354 was 354, checked in by stevenhl, 17 years ago

Import untested baseline cmedia sources, work products and binaries
Binaries and work products should be deleted from repository.
once new builds are verified to work.

File size: 4.7 KB
Line 
1extern PSZ apszErrorMessage[] ;
2extern PSZ apszStatusMessage[] ;
3extern PSZ apszTraceMessage[] ;
4extern USHORT ausTraceDataLen[] ;
5const int HeapInitFailure = 1 ;
6const int BadCommandLine = 2 ;
7const int RM_ObjectInitFailure = 3 ;
8const int RM_WSS_SB_NotFound = 4 ;
9const int Init_Err_NoResources = 5 ;
10const int RM_Err_TooManyResources = 6 ;
11const int RM_Err_RMCreateDriver = 7 ;
12const int RM_Err_RMCreateAdapter = 8 ;
13const int RM_Err_CreateDevice = 9 ;
14const int RM_Err_AllocIO = 10 ;
15const int RM_Err_AllocIRQ = 11 ;
16const int RM_Err_AllocDMA = 12 ;
17const int RM_Err_AllocUNR = 13 ;
18const int ICS2115_InitFailure = 14 ;
19const int MPU401_Err_IO = 15 ;
20const int MIDISTREAM_ERR_MsgOverrun = 16 ;
21const int MIDISTREAM_ERR_iMessageLen = 17 ;
22const int MIDISTREAM_ERR_BadIBMSysex = 18 ;
23const int MIDISTREAM_ERR_SysCommon = 19 ;
24const int RM_Err_SearchFlags = 20 ;
25const int RM_Err_DevSearch = 21 ;
26const int RM_Err_Handle = 22 ;
27const int RM_Err_NodeInfo = 23 ;
28const int RM_Err_DHGetDosVar = 24 ;
29const int Timer_Err_SysTimer = 25 ;
30const int Timer_Err_NoTimer = 26 ;
31const int RTMIDI_Err_AttachDD = 27 ;
32const int RTMIDI_Err_BadIDC = 28 ;
33const int RTMIDI_Err_Registration = 29 ;
34const int HEAP_Err_NoMemory = 30 ;
35const int Timer_Err_CtxHook = 31 ;
36const int WSS_SB_Resources = 1 ;
37const int FMSynth_Resources = 2 ;
38const int ICS2115_Resources = 3 ;
39const int RM_NoResources = 4 ;
40const int Timer_SystemTimer = 5 ;
41const int Timer_AdapterTimer = 6 ;
42const int RTMIDI_RegisterOK = 7 ;
43const int MIDISTREAM_SysCommon = 1 ;
44const int MIDISTREAM_PPQN = 2 ;
45const int MIDISTREAM_TempoValue = 3 ;
46const int MIDISTREAM_TimeCompressionS = 4 ;
47const int MIDISTREAM_TimeCompressionL = 5 ;
48const int MIDISTREAM_SysXIgnored = 6 ;
49const int MIDISTREAM_SystemRT = 7 ;
50const int MIDISTREAM_NoteOff = 8 ;
51const int MIDISTREAM_NoteOn = 9 ;
52const int MIDISTREAM_ChannelPressure = 10 ;
53const int MIDISTREAM_ProgramChange = 11 ;
54const int MIDISTREAM_Control = 12 ;
55const int MIDISTREAM_Polyphonic = 13 ;
56const int MIDISTREAM_PitchBend = 14 ;
57const int PerfTrace_Entry = 16 ;
58const int PerfTrace_Exit = 17 ;
59const int BinLogTest_SS = 18 ;
60const int Audiobuf_WRB = 19 ;
61const int Audiobuf_RDB = 20 ;
62const int Audiobuf_FILL = 21 ;
63const int Audiobuf_UPB = 22 ;
64const int Audiobuf_Status = 23 ;
65const int DDCMD_Setup = 24 ;
66const int DDCMD_Read = 25 ;
67const int DDCMD_Write = 26 ;
68const int DDCMD_Status = 27 ;
69const int DDCMD_EnableEvent = 28 ;
70const int DDCMD_EnableEvent_Update = 29 ;
71const int DDCMD_DisableEvent = 30 ;
72const int DDCMD_PauseStreamTime = 31 ;
73const int DDCMD_ResumeStreamTime = 32 ;
74const int DDCMD_Register = 33 ;
75const int DDCMD_DeRegister = 34 ;
76const int DDCMD_Returnbuffer = 35 ;
77const int DDCMD_Wave_Start = 36 ;
78const int DDCMD_Wave_Stop = 37 ;
79const int DDCMD_Wave_Pause = 38 ;
80const int DDCMD_Wave_Resume = 39 ;
81const int DDCMD_Midi_Start = 40 ;
82const int DDCMD_Midi_Stop = 41 ;
83const int DDCMD_Midi_Pause = 42 ;
84const int DDCMD_Midi_Resume = 43 ;
85const int Wave_ConfigHardware = 44 ;
86const int Wave_Play_ISR_Enter = 45 ;
87const int Wave_Play_ISR_Exit = 46 ;
88const int Wave_Play_ISR_NoServ = 47 ;
89const int Wave_Play_NOT_MY_ISR = 48 ;
90const int Wave_Capture_ISR_Enter = 49 ;
91const int Wave_Capture_ISR_Exit = 50 ;
92const int Wave_Capture_ISR_NoServ = 51 ;
93const int Wave_Capture_NOT_MY_ISR = 52 ;
94const int STRATEGY_ENTRY_OPEN = 53 ;
95const int STRATEGY_ENTRY_OPEN_BUSY = 54 ;
96const int STRATEGY_ENTRY_CLOSE = 55 ;
97const int IOCTL_STATUS = 56 ;
98const int AUDIO_IOCTL_INIT = 57 ;
99const int AUDIO_IOCTL_CONTROL = 58 ;
100const int AUDIO_IOCTL_CAPABILITY = 59 ;
101const int AUDIO_IOCTL_BAD_FUNC = 60 ;
102const int AUDIO_IOCTL_BAD_CATAGORY = 61 ;
103const int MIXER_IOCTL_GETCONNECTIONS = 62 ;
104const int MIXER_IOCTL_GETCONNECTIONS_ERR1 = 63 ;
105const int MIXER_IOCTL_GETCONNECTIONS_ERR2 = 64 ;
106const int MIXER_IOCTL_SETCONNECTIONS = 65 ;
107const int MIXER_IOCTL_SETCONNECTIONS_ERR1 = 66 ;
108const int MIXER_IOCTL_SETCONNECTIONS_ERR2 = 67 ;
109const int MIXER_IOCTL_SETCONNECTIONS_ERR3 = 68 ;
110const int MIXER_IOCTL_SETCONNECTIONS_ERR4 = 69 ;
111const int MIXER_IOCTL_GETLINEINFO = 70 ;
112const int MIXER_IOCTL_GETLINEINFO_ERR1 = 71 ;
113const int MIXER_IOCTL_GETLINEINFO_ERR2 = 72 ;
114const int MIXER_IOCTL_GETCONTROL = 73 ;
115const int MIXER_IOCTL_GETCONTROL_ERR1 = 74 ;
116const int MIXER_IOCTL_GETCONTROL_ERR2 = 75 ;
117const int MIXER_IOCTL_SETCONTROL = 76 ;
118const int MIXER_IOCTL_SETCONTROL_ERR1 = 77 ;
119const int MIXER_IOCTL_SETCONTROL_ERR2 = 78 ;
120const int STREAM_DESTROY_INPROCESS = 79 ;
121const int STREAM_DESTROY_DONE = 80 ;
122const int STREAM_DESTROY_EVENTS = 81 ;
123const int EVENT_RETURNED = 82 ;
124const int MIX_DEV_ERR1 = 83 ;
125const int MIX_DEV_ERR2 = 84 ;
126const int MIX_DEV_ERR3 = 85 ;
127const int MIX_DEV_MSG1 = 86 ;
128const int MIX_DEV_MSG2 = 87 ;
Note: See TracBrowser for help on using the repository browser.