//**************************************************************************** // File: CODECS.H // Content: // // // Copyright (c) Microsoft Corporation 1997 // All Rights Reserved // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A // PARTICULAR PURPOSE. //**************************************************************************** #include /* Assume 8 byte packing throughout */ #include "appavcap.h" /* * Constants */ // hresult codes, facility IC = 0x301 #define IC_E_CAPS_INSTANTIATION_FAILURE 0x83010001 // could not instantiate a required caps object #define IC_E_CAPS_INITIALIZATION_FAILURE 0x83010002 // could not initialize a required bject #define IC_E_NO_FORMATS 0x83010003 // no formats available #define IC_E_NO_SUCH_FORMAT 0x83010005 // no matching AC /* End byte packing */