home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / oslib / CStrong / ResourceFS / HelpData next >
Encoding:
Text File  |  1994-09-14  |  3.6 KB  |  78 lines

  1. resourcefs_file_header
  2. Defined in:   <resourcefs=>resourcefs.$>.h
  3. Declaration:  typedef
  4.                  struct
  5.                  {  int data_size;
  6.                     bits load_addr;
  7.                     bits exec_addr;
  8.                     int size;
  9.                     bits attr;
  10.                     char name [...];
  11.                  }
  12.                  resourcefs_file_header;resourcefs_file_data
  13. Defined in:   <resourcefs=>resourcefs.$>.h
  14. Declaration:  typedef
  15.                  struct
  16.                  {  int size;
  17.                     byte data [...];
  18.                  }
  19.                  resourcefs_file_data;resourcefs_file
  20. Defined in:   <resourcefs=>resourcefs.$>.h
  21. Declaration:  typedef
  22.                  struct
  23.                  {  <resourcefs_file_header> header;
  24.                     <resourcefs_file_data> data;
  25.                  }
  26.                  resourcefs_file;resourcefs_file_list
  27. Defined in:   <resourcefs=>resourcefs.$>.h
  28. Declaration:  typedef
  29.                  struct
  30.                  {  <resourcefs_file> file [...];
  31.                  }
  32.                  resourcefs_file_list;xresourcefs_register_files
  33. Defined in:   <resourcefs=>resourcefs.$>.h
  34. Declaration:  extern <os_error=>os.os_error> *xresourcefs_register_files (<resourcefs_file_list> *file_list);
  35. Summary:      Add file(s) to the ResourceFS structureresourcefs_register_files
  36. Defined in:   <resourcefs=>resourcefs.$>.h
  37. Declaration:  extern void resourcefs_register_files (<resourcefs_file_list> *file_list);
  38. Summary:      Add file(s) to the ResourceFS structurexresourcefs_deregister_files
  39. Defined in:   <resourcefs=>resourcefs.$>.h
  40. Declaration:  extern <os_error=>os.os_error> *xresourcefs_deregister_files (<resourcefs_file_list> *file_list);
  41. Summary:      Remove file(s) from the ResourceFS structureresourcefs_deregister_files
  42. Defined in:   <resourcefs=>resourcefs.$>.h
  43. Declaration:  extern void resourcefs_deregister_files (<resourcefs_file_list> *file_list);
  44. Summary:      Remove file(s) from the ResourceFS structurexservice_resource_fs_started
  45. Defined in:   <resourcefs=>resourcefs.$>.h
  46. Declaration:  extern <os_error=>os.os_error> *xservice_resource_fs_started (void);
  47. Summary:      The file structure inside ResourceFS has changedservice_resource_fs_started
  48. Defined in:   <resourcefs=>resourcefs.$>.h
  49. Declaration:  extern void service_resource_fs_started (void);
  50. Summary:      The file structure inside ResourceFS has changedxservice_resource_fs_dying
  51. Defined in:   <resourcefs=>resourcefs.$>.h
  52. Declaration:  extern <os_error=>os.os_error> *xservice_resource_fs_dying (void);
  53. Summary:      ResourceFS is killedservice_resource_fs_dying
  54. Defined in:   <resourcefs=>resourcefs.$>.h
  55. Declaration:  extern void service_resource_fs_dying (void);
  56. Summary:      ResourceFS is killedxservice_resource_fs_starting
  57. Defined in:   <resourcefs=>resourcefs.$>.h
  58. Declaration:  extern <os_error=>os.os_error> *xservice_resource_fs_starting (void *register_files,
  59.                  void *workspace);
  60. Summary:      ResourceFS module is reloaded or reinitialisedservice_resource_fs_starting
  61. Defined in:   <resourcefs=>resourcefs.$>.h
  62. Declaration:  extern void service_resource_fs_starting (void *register_files,
  63.                  void *workspace);
  64. Summary:      ResourceFS module is reloaded or reinitialisedResourceFS
  65. <resourcefs_file_header>
  66. <resourcefs_file_data>
  67. <resourcefs_file>
  68. <resourcefs_file_list>
  69. <xresourcefs_register_files>
  70. <resourcefs_register_files>
  71. <xresourcefs_deregister_files>
  72. <resourcefs_deregister_files>
  73. <xservice_resource_fs_started>
  74. <service_resource_fs_started>
  75. <xservice_resource_fs_dying>
  76. <service_resource_fs_dying>
  77. <xservice_resource_fs_starting>
  78. <service_resource_fs_starting>