home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / workbench / hypertext_dtc / developer / fd / hypertextdtclass_lib.fd
Encoding:
Text File  |  1996-09-08  |  405 b   |  17 lines

  1. * "hypertext.datatype"
  2. ##base _HyperTextDTClassBase
  3. ##bias 30
  4. ##public
  5. *--- functions in V40 or higher ---
  6. *
  7. ObtainHyperTextEngine()()
  8. AllocSegInfoA(tagList)(a0)
  9. FreeSegInfo(segInfo)(a0)
  10. AllocSegmentA(segInfo,type,tagList)(a0,d0,a1)
  11. FreeSegment(segInfo,segment)(a0,a1)
  12. AllocConvInfoA(segInfo,segTagList,tagList)(a0,a1,a2)
  13. FreeConvInfo(convInfo)(a0)
  14. ConvertAttributes(convInfo,string,len)(a0,a1,d0)
  15. ##end
  16.  
  17.