---------------------------------------------------------------------
  ENUM: UserRegistration
 
   Registered users of HP UDF.
 
  DEFINITIONS:
   ureg_HP_Test            descr
   ureg_HP_ArchiveServer   descr
   ureg_SoftwareArchitects descr
 
  USES:
   One of these values should be placed into the
   NSR::ImplRegID::implRegNo static.
 
  NOTES:
   This is not necessarily an exhaustive list.
 
 ----------------------------------------------------------------------
  Private comments go here - will not be extracted into HTML.
 ----------------------------------------------------------------------
enum UserRegistration {
    ureg_HP_Test                  =  0,
    ureg_HP_ArchiveServer         = 10,
    ureg_SoftwareArchitects       = 20
};

udf_eng@gr.hp.com