mediaerr.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  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_