This is work in progress.

Windows / Headers / asferr.h

asferr.h

Definition of ASF HRESULT codes

Associated Error Codes

Below is a list of error codes found for this header.

SymbolicValueDescription
ASF_E_BUFFEROVERRUN0xc00d07d0An attempt was made to seek or position past the end of a buffer.
ASF_E_BUFFERTOOSMALL0xc00d07d1The supplied input or output buffer was too small.
ASF_E_BADLANGUAGEID0xc00d07d2The language ID was not found.
ASF_E_NOPAYLOADLENGTH0xc00d07dbThe multiple payload packet is missing the payload length.
ASF_E_TOOMANYPAYLOADS0xc00d07dcThe packet contains too many payloads.
ASF_E_PACKETCONTENTTOOLARGE0xc00d07de
ASF_E_UNKNOWNPACKETSIZE0xc00d07e0Expecting a fixed packet size but min. and max. are not equal.
ASF_E_INVALIDHEADER0xc00d07e2
ASF_E_NOCLOCKOBJECT0xc00d07e6The object does not have a valid clock object.
ASF_E_UNKNOWNCLOCKTYPE0xc00d07eb
ASF_E_OPAQUEPACKET0xc00d07edAn attempt was made to restore or access an opaque packet.
ASF_E_WRONGVERSION0xc00d07ee
ASF_E_OVERFLOW0xc00d07efAn attempt was made to store a value which was larger than then destination's maximum value.
ASF_E_NOTFOUND0xc00d07f0The object was not found.
ASF_E_OBJECTTOOBIG0xc00d07f3The object is too large to be processed in the requested manner.
ASF_E_UNEXPECTEDVALUE0xc00d07f4A value was not set as expected.
ASF_E_INVALIDSTATE0xc00d07f5The request is not valid in the object's current state.
ASF_E_NOLIBRARY0xc00d07f6This object does not have a valid library pointer; it was not properly created or it has been Shutdown().
ASF_E_ALREADYINITIALIZED0xc00d07f7This object has already been initialized; the setting cannot be changed.
ASF_E_INVALIDINIT0xc00d07f8This object has not been initialized properly; that operation cannot be performed.
ASF_E_NOHEADEROBJECT0xc00d07f9The ASF Header object could not be found.
ASF_E_NODATAOBJECT0xc00d07faThe ASF Data object could not be found.
ASF_E_NOINDEXOBJECT0xc00d07fbThe ASF Index object could not be found.
ASF_E_NOSTREAMPROPS0xc00d07fcA Stream Properties object with the correct stream number could not be found.
ASF_E_NOFILEPROPS0xc00d07fdThe File Properties object could not be found.
ASF_E_NOLANGUAGELIST0xc00d07feThe Language List object could not be found.
ASF_E_NOINDEXPARAMETERS0xc00d07ffThe Index Parameters object could not be found.
ASF_E_UNSUPPORTEDERRORCONCEALMENT0xc00d0800The requested error concealment strategy is not supported by this component.
ASF_E_INVALIDFLAGS0xc00d0801The flags for this object or set of objects are not properly set.
ASF_E_BADDATADESCRIPTOR0xc00d0802One or more data descriptors is not properly set.
ASF_E_BADINDEXINTERVAL0xc00d0803The index has an invalid time interval (probably zero).
ASF_E_INVALIDTIME0xc00d0804The given time value is not valid.
ASF_E_INVALIDINDEX0xc00d0805The given index value is not valid.
ASF_E_STREAMNUMBERINUSE0xc00d0806The specified stream number is already in use.
ASF_E_BADMEDIATYPE0xc00d0807The specified media type does not work with this component.
ASF_E_WRITEFAILED0xc00d0808The object could not be written as specified.
ASF_E_NOTENOUGHDESCRIPTORS0xc00d0809The given data unit requires a larger number of descriptors to be fully parsed.
ASF_E_INDEXBLOCKUNLOADED0xc00d080aThe index entries for the specified index block have been unloaded from memory and are not available.
ASF_E_NOTENOUGHBANDWIDTH0xc00d080bThe specified bandwidth is not large enough.
ASF_E_EXCEEDEDMAXIMUMOBJECTSIZE0xc00d080cThe object has exceeded its maximum size.
ASF_E_BADDATAUNIT0xc00d080dThe given data unit is corrupted, badly formatted, or otherwise not valid.
ASF_E_HEADERSIZE0xc00d080eThe ASF header has exceeded the specified maximum size.
ASF_S_OPAQUEPACKET0xd07f0
43 entries