Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
1.1 KiB

  1. // Copyright (c) 1998 Microsoft Corporation
  2. // Error.h
  3. #define RA_E_FIRST (OLE_E_FIRST + 5000)
  4. #define E_BADWAVE (RA_E_FIRST + 1) // Bad wave chunk
  5. #define E_NOTPCM (RA_E_FIRST + 2) // Not PCM data in wave
  6. #define E_NOTMONO (RA_E_FIRST + 3) // Wave not MONO
  7. #define E_BADARTICULATION (RA_E_FIRST + 4) // Bad articulation chunk
  8. #define E_BADREGION (RA_E_FIRST + 5) // Bad region chunk
  9. #define E_BADWAVELINK (RA_E_FIRST + 6) // Bad link from region to wave
  10. #define E_BADINSTRUMENT (RA_E_FIRST + 7) // Bad instrument chunk
  11. #define E_NOARTICULATION (RA_E_FIRST + 8) // No articulation found in region
  12. #define E_NOWAVE (RA_E_FIRST + 9) // No wave found for region.
  13. #define E_BADCOLLECTION (RA_E_FIRST + 10) // Bad collection chunk.
  14. #define E_NOLOADER (RA_E_FIRST + 11) // No IRALoader interface
  15. #define E_NOLOCK (RA_E_FIRST + 12) // Unable to lock a region.
  16. #define E_TOOBUSY (RA_E_FIRST + 13) // RActive to busy to fully follow command.