Leaked source code of windows server 2003
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.

20 lines
640 B

  1. //------------------------------------------------------------------------------
  2. // File: MediaErr.h
  3. //
  4. // Desc: Shell error codes
  5. //
  6. // Copyright (c) 1999 - 2000, Microsoft Corporation. All rights reserved.
  7. //------------------------------------------------------------------------------
  8. #ifndef _MEDIAERR_H_
  9. #define _MEDIAERR_H_
  10. #define DMO_E_INVALIDSTREAMINDEX 0x80040201
  11. #define DMO_E_INVALIDTYPE 0x80040202
  12. #define DMO_E_TYPE_NOT_SET 0x80040203
  13. #define DMO_E_NOTACCEPTING 0x80040204
  14. #define DMO_E_TYPE_NOT_ACCEPTED 0x80040205
  15. #define DMO_E_NO_MORE_ITEMS 0x80040206
  16. #endif _MEDIAERR_H_