VirtualBox

Changeset 51696 in vbox for trunk/include/iprt/err.h


Ignore:
Timestamp:
Jun 23, 2014 4:30:29 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94479
Message:

Runtime: PKZip stream reader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r50956 r51696  
    17121712/** @} */
    17131713
     1714/** @name Pkzip status codes
     1715 * @{ */
     1716/** No end of central directory record found. */
     1717#define VERR_PKZIP_NO_EOCB                      (-960)
     1718/** Too long name string. */
     1719#define VERR_PKZIP_NAME_TOO_LONG                (-961)
     1720/** Local file header corrupt. */
     1721#define VERR_PKZIP_BAD_LF_HEADER                (-962)
     1722/** Central directory file header corrupt. */
     1723#define VERR_PKZIP_BAD_CDF_HEADER               (-963)
     1724/** Encountered an unknown type flag. */
     1725#define VERR_PKZIP_UNKNOWN_TYPE_FLAG            (-964)
     1726/** Found a ZIP64 Extra Information Field in a ZIP32 file. */
     1727#define VERR_PKZIP_ZIP64EX_IN_ZIP32             (-965)
     1728
     1729
    17141730/** @name RTZip status codes
    17151731 * @{ */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette