Share via


Installable Codec Error Messages

The Installable Codec Reference lists the following error messages returned by the API:

// hresult codes, facility IC = 0x301
#define IC_E_CAPS_INSTANTIATION_FAILURE    0x83010001
#define IC_E_CAPS_INITIALIZATION_FAILURE   0x83010002
#define IC_E_NO_FORMATS                    0x83010003
#define IC_E_NO_SUCH_FORMAT                0x83010005
#define IC_E_INTERNAL_ERROR                0x83010006

Elements

  • IC_E_CAPS_INSTANTIATION_FAILURE
    Could not create a required caps object.
  • IC_E_CAPS_INITIALIZATION_FAILURE
    Could not initialize a required bject.
  • IC_E_NO_FORMATS
    No formats available.
  • IC_E_NO_SUCH_FORMAT
    No matching AC/VCM format was found.
  • IC_E_INTERNAL_ERROR
    The Network Audio/Video Controller reported a system error.