home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / partvw.exe / PARTVIEW.H < prev    next >
Text File  |  1994-11-01  |  320b  |  16 lines

  1. typedef struct PartRecord
  2.     {
  3.     char                    partRoot[256];
  4.     NWREPLICA_TYPE        replicaType;
  5.     WORD                    connectFail;
  6.     NWDS_TimeStamp_T    synchronizedUpTo;
  7.     struct PartRecord *pnext;
  8.     };
  9.     
  10. typedef struct ServerRecord
  11.     {
  12.     char                 serverName[256];
  13.     struct            PartRecord        *headlst;
  14.     struct             ServerRecord   *pnext;
  15.     };
  16.