cofftypes.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <fpdoc-descriptions>
  3. <package name="fcl-res">
  4. <!--
  5. ====================================================================
  6. cofftypes
  7. ====================================================================
  8. -->
  9. <module name="cofftypes">
  10. <short>Contains types used by COFF resource reader and writer</short>
  11. <descr>
  12. <p>These types are used internally by <link id="coffwriter.TCoffResourceWriter">TCoffResourceWriter</link> and <link id="coffreader.TCoffResourceReader">TCoffResourceReader</link>.</p>
  13. <p>The only type of interest for the user is <link id="TCoffMachineType"/>.</p>
  14. </descr>
  15. <!-- enumeration type Visibility: default -->
  16. <element name="TCoffMachineType">
  17. <short>Enumeration for COFF machine type</short>
  18. <descr>
  19. <p>This enumeration specifies the COFF machine type.</p>
  20. <p>It is used by <link id="coffwriter.TCoffResourceWriter">TCoffResourceWriter</link> to specify the machine type of the generated object file and by <link id="coffreader.TCoffResourceReader">TCoffResourceReader</link> to read the machine type of the object file that has been read.</p>
  21. </descr>
  22. <seealso>
  23. <link id="coffwriter.TCoffResourceWriter.MachineType">TCoffResourceWriter.MachineType</link>
  24. <link id="coffreader.TCoffResourceReader.MachineType">TCoffResourceReader.MachineType</link>
  25. </seealso>
  26. </element>
  27. <!-- enumeration value Visibility: default -->
  28. <element name="TCoffMachineType.cmti386">
  29. <short>Intel i386</short>
  30. </element>
  31. <!-- enumeration value Visibility: default -->
  32. <element name="TCoffMachineType.cmtarm">
  33. <short>ARM</short>
  34. </element>
  35. <!-- enumeration value Visibility: default -->
  36. <element name="TCoffMachineType.cmtx8664">
  37. <short>AMD x86_64</short>
  38. </element>
  39. </module> <!-- cofftypes -->
  40. </package>
  41. </fpdoc-descriptions>