asferr.h
Definition of ASF HRESULT codes
Associated Error Codes
Below is a list of error codes found for this header.
Symbolic | Value | Description |
---|---|---|
ASF_E_BUFFEROVERRUN | 0xc00d07d0 | An attempt was made to seek or position past the end of a buffer. |
ASF_E_BUFFERTOOSMALL | 0xc00d07d1 | The supplied input or output buffer was too small. |
ASF_E_BADLANGUAGEID | 0xc00d07d2 | The language ID was not found. |
ASF_E_NOPAYLOADLENGTH | 0xc00d07db | The multiple payload packet is missing the payload length. |
ASF_E_TOOMANYPAYLOADS | 0xc00d07dc | The packet contains too many payloads. |
ASF_E_PACKETCONTENTTOOLARGE | 0xc00d07de | |
ASF_E_UNKNOWNPACKETSIZE | 0xc00d07e0 | Expecting a fixed packet size but min. and max. are not equal. |
ASF_E_INVALIDHEADER | 0xc00d07e2 | |
ASF_E_NOCLOCKOBJECT | 0xc00d07e6 | The object does not have a valid clock object. |
ASF_E_UNKNOWNCLOCKTYPE | 0xc00d07eb | |
ASF_E_OPAQUEPACKET | 0xc00d07ed | An attempt was made to restore or access an opaque packet. |
ASF_E_WRONGVERSION | 0xc00d07ee | |
ASF_E_OVERFLOW | 0xc00d07ef | An attempt was made to store a value which was larger than then destination's maximum value. |
ASF_E_NOTFOUND | 0xc00d07f0 | The object was not found. |
ASF_E_OBJECTTOOBIG | 0xc00d07f3 | The object is too large to be processed in the requested manner. |
ASF_E_UNEXPECTEDVALUE | 0xc00d07f4 | A value was not set as expected. |
ASF_E_INVALIDSTATE | 0xc00d07f5 | The request is not valid in the object's current state. |
ASF_E_NOLIBRARY | 0xc00d07f6 | This object does not have a valid library pointer; it was not properly created or it has been Shutdown(). |
ASF_E_ALREADYINITIALIZED | 0xc00d07f7 | This object has already been initialized; the setting cannot be changed. |
ASF_E_INVALIDINIT | 0xc00d07f8 | This object has not been initialized properly; that operation cannot be performed. |
ASF_E_NOHEADEROBJECT | 0xc00d07f9 | The ASF Header object could not be found. |
ASF_E_NODATAOBJECT | 0xc00d07fa | The ASF Data object could not be found. |
ASF_E_NOINDEXOBJECT | 0xc00d07fb | The ASF Index object could not be found. |
ASF_E_NOSTREAMPROPS | 0xc00d07fc | A Stream Properties object with the correct stream number could not be found. |
ASF_E_NOFILEPROPS | 0xc00d07fd | The File Properties object could not be found. |
ASF_E_NOLANGUAGELIST | 0xc00d07fe | The Language List object could not be found. |
ASF_E_NOINDEXPARAMETERS | 0xc00d07ff | The Index Parameters object could not be found. |
ASF_E_UNSUPPORTEDERRORCONCEALMENT | 0xc00d0800 | The requested error concealment strategy is not supported by this component. |
ASF_E_INVALIDFLAGS | 0xc00d0801 | The flags for this object or set of objects are not properly set. |
ASF_E_BADDATADESCRIPTOR | 0xc00d0802 | One or more data descriptors is not properly set. |
ASF_E_BADINDEXINTERVAL | 0xc00d0803 | The index has an invalid time interval (probably zero). |
ASF_E_INVALIDTIME | 0xc00d0804 | The given time value is not valid. |
ASF_E_INVALIDINDEX | 0xc00d0805 | The given index value is not valid. |
ASF_E_STREAMNUMBERINUSE | 0xc00d0806 | The specified stream number is already in use. |
ASF_E_BADMEDIATYPE | 0xc00d0807 | The specified media type does not work with this component. |
ASF_E_WRITEFAILED | 0xc00d0808 | The object could not be written as specified. |
ASF_E_NOTENOUGHDESCRIPTORS | 0xc00d0809 | The given data unit requires a larger number of descriptors to be fully parsed. |
ASF_E_INDEXBLOCKUNLOADED | 0xc00d080a | The index entries for the specified index block have been unloaded from memory and are not available. |
ASF_E_NOTENOUGHBANDWIDTH | 0xc00d080b | The specified bandwidth is not large enough. |
ASF_E_EXCEEDEDMAXIMUMOBJECTSIZE | 0xc00d080c | The object has exceeded its maximum size. |
ASF_E_BADDATAUNIT | 0xc00d080d | The given data unit is corrupted, badly formatted, or otherwise not valid. |
ASF_E_HEADERSIZE | 0xc00d080e | The ASF header has exceeded the specified maximum size. |
ASF_S_OPAQUEPACKET | 0xd07f0 | |
43 entries |