Platform SDK: Broadcast Architecture

ATVEFSnd Error Codes

The following error codes can be returned by methods implemented in ATVEFSnd.dll.

Error Code Description
ATVEFSND_E_OBJECT_NOT_INITIALIZED The COM server must be successfully initialized before this operation can be performed.
ATVEFSND_E_OBJECT_INITIALIZED An attempt was made to initialize an already initialized object.
ATVEFSND_E_PACKAGE_CLOSED An attempt was made to add a file to a closed package.
ATVEFSND_E_PACKAGE_CANNOT_BE_CLOSED An attempt was made to close an empty package or to close a package that is already closed.
ATVEFSND_E_PACKAGE_CANNOT_FETCH_DATAGRAM The package must be closed prior to fetching a datagram.
ATVEFSND_E_PACKAGE_DOES_NOT_EXIST An attempt was made to close a package which was not yet created. You can create new packages using IATVEFPackage::Initialize method.
ATVEFSND_E_ANNOUNCEMENT_IS_NOT_VALID The announcement, as it is currently configured, is not ATVEF-compliant.
ATVEFSND_E_OBJECT_NOT_CONNECTED The object must be connected for this operation to succeed.