home *** CD-ROM | disk | FTP | other *** search
/ Popular Software Hundred Flowers Garden / POPSOFT_BHW.iso / SOFTWARE / MPEG / MpegGator / DATA.1 / mtrerr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-19  |  1.7 KB  |  53 lines

  1. // File : MTRERR.H
  2.  
  3. #ifndef    __MTRERR__
  4. #define __MTRERR__
  5.  
  6. //===============================================
  7. #define MTR_ERR                        0x40000000l
  8. #define MTR_ERR_MEMORY        MTR_ERR
  9. #define MTR_ERR_OPENVXD        MTR_ERR+1
  10. #define MTR_ERR_HARDWARE    MTR_ERR+2
  11.  
  12. #define MTR_ERR_OPENFILE    MTR_ERR+3
  13. #define MTR_ERR_CLOSEFILE    MTR_ERR+4
  14. #define MTR_ERR_IOFILE        MTR_ERR+5
  15.  
  16. #define MTR_ERR_HANDLE        MTR_ERR+6
  17.  
  18. #define MTR_ERR_HWAUDIO        MTR_ERR+7
  19. #define MTR_ERR_HWVIDEO        MTR_ERR+8
  20.  
  21. #define MTR_ERR_PLAY            MTR_ERR+9
  22. #define MTR_ERR_DIRECT        MTR_ERR+10
  23. #define MTR_ERR_START_ENCODE    MTR_ERR+11
  24.  
  25. #define MTR_VWND_ERR                        MTR_ERR+12
  26. #define    MTR_VWND_ERROR_NODDX        MTR_ERR+13
  27. #define    MTR_VWND_ERROR_PRIM            MTR_ERR+14
  28. #define    MTR_VWND_ERROR_SEC            MTR_ERR+15
  29. #define    MTR_VWND_ERROR_COOP            MTR_ERR+16
  30. #define    MTR_VWND_ERROR_MEM            MTR_ERR+17
  31. #define    MTR_VWND_ERROR_FMT            MTR_ERR+18
  32. #define    MTR_VWND_ERROR_1                MTR_ERR+19
  33. #define    MTR_VWND_ERROR_2                MTR_ERR+20
  34. #define    MTR_VWND_ERROR_3                MTR_ERR+21
  35. #define    MTR_VWND_ERROR_4                MTR_ERR+22
  36.  
  37. #define MTR_ERR_NUMB_100    MTR_ERR+23 // error init muxer
  38. #define MTR_ERR_NUMB_101    MTR_ERR+24 // error create ring0 thread
  39. #define MTR_ERR_NUMB_102    MTR_ERR+25 // error virtualize IRQ
  40. #define MTR_ERR_NUMB_103    MTR_ERR+26 // error open semaphore
  41. #define MTR_ERR_NUMB_104    MTR_ERR+27 // error allocate memory pool
  42. #define MTR_ERR_NUMB_105    MTR_ERR+28 // error open audio enc lib
  43. #define MTR_ERR_NUMB_106    MTR_ERR+29 //
  44. #define MTR_ERR_NUMB_107    MTR_ERR+30 // MPEG func disabled
  45. #define MTR_ERR_NUMB_108    MTR_ERR+31 // NotInstalled
  46. #define MTR_ERR_NUMB_109    MTR_ERR+32
  47. #define MTR_ERR_NUMB_110    MTR_ERR+33
  48. #define MTR_ERR_ACC_OWNERSHIP    MTR_ERR+34
  49. #define MTR_ERR_NOAUDIO        MTR_ERR+35
  50. #define MTR_ERR_MUXER            MTR_ERR+36
  51.  
  52. #endif
  53.