home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / CON-004C.ZIP / CONCORD.ZIP / STRUCT.DOC < prev    next >
Encoding:
Text File  |  1996-05-12  |  1.2 KB  |  21 lines

  1. CONFIG.DAT structure :
  2.  
  3. Place  Description               Appearance                        Definition
  4.  
  5.  1st - Configuration file header [1]                               (ConfigHdr)
  6.  2nd - Main configuration record [1]                               (ConfigRec)
  7.  3rd - Modem response records    [0..ConfigRec.Modems.ResponseCnt] (ModemResponseRec)
  8.  4th - Net address records       [0..ConfigHdr.NetCnt]             (NetAddrRec)
  9.  5th - User limit records        [0..ConfigHdr.Limits]             (LimitRecord)
  10.  6th - System event records      [0..ConfigHdr.Events]             (EventRecord)
  11.  7th - Transfer protocol records [0..ConfigHdr.Protos]             (ProtocolRecord)
  12.  8th - Packer records            [0..ConfigHdr.Archives]           (ArchiveRecord)
  13.  9th - Message editor records    [0..ConfigHdr.Editors]            (EditorRecord)
  14. 10th - Char set records          [0..ConfigHdr.CharSets]           (CharSetRecord)
  15.  
  16. Note: All records can be of fixed length. Record size fields in
  17.       ConfigHdr should be used to read records correctly to memory.
  18.  
  19. Note: ConfigHdr.FAreaSize, ConfigHdr.MAreaSize and ConfigHdr.DoorSize
  20.       record size fields are always read from CONFIG.DAT in system path.
  21.