---------------------------------------------------------------------
  ENUM: HPEAType
 
   The different types of HP-defined implementation-use EAs.
 
  DEFINITIONS:
   hpea_ICBTable  The ICB Table used in the Archive object.
 
  USES:
   This is used inside of the ImplUseEAs.
 
  NOTES:
   Not very many defined yet.
 
 ----------------------------------------------------------------------
  Private comments go here - will not be extracted into HTML.
 ----------------------------------------------------------------------
enum HPEAType {
    hpea_ICBTable  = 1,
};

udf_eng@gr.hp.com