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

  1. filer_message_dir
  2. Defined in:   <filer=>filer.$>.h
  3. Declaration:  typedef
  4.                  struct
  5.                  {  int fs_no;
  6.                     bits flags;
  7.                     char dir_name [228];
  8.                  }
  9.                  filer_message_dir;filer_message_open_dir_at
  10. Defined in:   <filer=>filer.$>.h
  11. Declaration:  typedef
  12.                  struct
  13.                  {  int fs_no;
  14.                     bits flags;
  15.                     <os_coord=>os.os_coord> at;
  16.                     int width;
  17.                     int height;
  18.                     byte display;
  19.                     char dir_name [211];
  20.                  }
  21.                  filer_message_open_dir_at;filer_message_selection_dir
  22. Defined in:   <filer=>filer.$>.h
  23. Declaration:  typedef
  24.                  struct
  25.                  {  char dir_name [236];
  26.                  }
  27.                  filer_message_selection_dir;filer_message_add_selection
  28. Defined in:   <filer=>filer.$>.h
  29. Declaration:  typedef
  30.                  struct
  31.                  {  char leaf_list [236];
  32.                  }
  33.                  filer_message_add_selection;filer_message_action
  34. Defined in:   <filer=>filer.$>.h
  35. Declaration:  typedef
  36.                  struct
  37.                  {  int operation;
  38.                     bits options;
  39.                     union
  40.                     {  char destination_dir_name [228];
  41.                        struct
  42.                        {  short access;
  43.                           short mask;
  44.                        }
  45.                        access;
  46.                        bits file_type;
  47.                        char find_leaf [228];
  48.                     }
  49.                     data;
  50.                  }
  51.                  filer_message_action;filer_message_control_action
  52. Defined in:   <filer=>filer.$>.h
  53. Declaration:  typedef
  54.                  struct
  55.                  {  int control;
  56.                  }
  57.                  filer_message_control_action;filer_message_selection
  58. Defined in:   <filer=>filer.$>.h
  59. Declaration:  typedef
  60.                  struct
  61.                  {  <os_box=>os.os_box> bbox;
  62.                     int width;
  63.                     int height;
  64.                     bits display;
  65.                     int col0;
  66.                     int row0;
  67.                     int col1;
  68.                     int row1;
  69.                  }
  70.                  filer_message_selection;filer_format
  71. Defined in:   <filer=>filer.$>.h
  72. Declaration:  typedef
  73.                  struct
  74.                  {  <filer_format> *next;
  75.                     char *menu_text;
  76.                     char *help_text;
  77.                     int disc_format_swi;
  78.                     int disc_format_handle;
  79.                     int layout_structure_swi;
  80.                     int layout_structure_handle;
  81.                     bits flags;
  82.                  }
  83.                  filer_format;error_FILER_NO_RECURSION
  84. Defined in:   <filer=>filer.$>.h
  85. Declaration:  #define error_FILER_NO_RECURSION 0xB80uerror_FILER_NO_TEMPLATE
  86. Defined in:   <filer=>filer.$>.h
  87. Declaration:  #define error_FILER_NO_TEMPLATE 0xB81uerror_FILER_FAILED_SAVE
  88. Defined in:   <filer=>filer.$>.h
  89. Declaration:  #define error_FILER_FAILED_SAVE 0xB82uerror_FILER_BAD_PATH
  90. Defined in:   <filer=>filer.$>.h
  91. Declaration:  #define error_FILER_BAD_PATH 0xB83umessage_FILER_OPEN_DIR
  92. Defined in:   <filer=>filer.$>.h
  93. Declaration:  #define message_FILER_OPEN_DIR 0x400umessage_FILER_CLOSE_DIR
  94. Defined in:   <filer=>filer.$>.h
  95. Declaration:  #define message_FILER_CLOSE_DIR 0x401umessage_FILER_OPEN_DIR_AT
  96. Defined in:   <filer=>filer.$>.h
  97. Declaration:  #define message_FILER_OPEN_DIR_AT 0x402umessage_FILER_SELECTION_DIR
  98. Defined in:   <filer=>filer.$>.h
  99. Declaration:  #define message_FILER_SELECTION_DIR 0x403umessage_FILER_ADD_SELECTION
  100. Defined in:   <filer=>filer.$>.h
  101. Declaration:  #define message_FILER_ADD_SELECTION 0x404umessage_FILER_ACTION
  102. Defined in:   <filer=>filer.$>.h
  103. Declaration:  #define message_FILER_ACTION 0x405umessage_FILER_CONTROL_ACTION
  104. Defined in:   <filer=>filer.$>.h
  105. Declaration:  #define message_FILER_CONTROL_ACTION 0x406umessage_FILER_SELECTION
  106. Defined in:   <filer=>filer.$>.h
  107. Declaration:  #define message_FILER_SELECTION 0x407ufiler_FORMAT_NATIVE
  108. Defined in:   <filer=>filer.$>.h
  109. Declaration:  #define filer_FORMAT_NATIVE 0x1ufiler_DIR_NONCANONICAL
  110. Defined in:   <filer=>filer.$>.h
  111. Declaration:  #define filer_DIR_NONCANONICAL 0x1ufiler_DISPLAY_LARGE_ICONS
  112. Defined in:   <filer=>filer.$>.h
  113. Declaration:  #define filer_DISPLAY_LARGE_ICONS 0x0ufiler_DISPLAY_SMALL_ICONS
  114. Defined in:   <filer=>filer.$>.h
  115. Declaration:  #define filer_DISPLAY_SMALL_ICONS 0x1ufiler_DISPLAY_FULL_INFO
  116. Defined in:   <filer=>filer.$>.h
  117. Declaration:  #define filer_DISPLAY_FULL_INFO 0x2ufiler_DISPLAY
  118. Defined in:   <filer=>filer.$>.h
  119. Declaration:  #define filer_DISPLAY 0x3ufiler_DISPLAY_SHIFT
  120. Defined in:   <filer=>filer.$>.h
  121. Declaration:  #define filer_DISPLAY_SHIFT 0filer_SORT_BY_NAME
  122. Defined in:   <filer=>filer.$>.h
  123. Declaration:  #define filer_SORT_BY_NAME 0x0ufiler_SORT_BY_SIZE
  124. Defined in:   <filer=>filer.$>.h
  125. Declaration:  #define filer_SORT_BY_SIZE 0x1ufiler_SORT_BY_TYPE
  126. Defined in:   <filer=>filer.$>.h
  127. Declaration:  #define filer_SORT_BY_TYPE 0x2ufiler_SORT_BY_DATE
  128. Defined in:   <filer=>filer.$>.h
  129. Declaration:  #define filer_SORT_BY_DATE 0x3ufiler_SORT
  130. Defined in:   <filer=>filer.$>.h
  131. Declaration:  #define filer_SORT 0xCufiler_SORT_SHIFT
  132. Defined in:   <filer=>filer.$>.h
  133. Declaration:  #define filer_SORT_SHIFT 2filer_GIVEN_DISPLAY
  134. Defined in:   <filer=>filer.$>.h
  135. Declaration:  #define filer_GIVEN_DISPLAY 0x10ufiler_GIVEN_SORT
  136. Defined in:   <filer=>filer.$>.h
  137. Declaration:  #define filer_GIVEN_SORT 0x20ufiler_CONTROL_ACKNOWLEDGE
  138. Defined in:   <filer=>filer.$>.h
  139. Declaration:  #define filer_CONTROL_ACKNOWLEDGE 0filer_CONTROL_VERBOSE_ON
  140. Defined in:   <filer=>filer.$>.h
  141. Declaration:  #define filer_CONTROL_VERBOSE_ON 1filer_CONTROL_VERBOSE_OFF
  142. Defined in:   <filer=>filer.$>.h
  143. Declaration:  #define filer_CONTROL_VERBOSE_OFF 2xservice_start_filer
  144. Defined in:   <filer=>filer.$>.h
  145. Declaration:  extern <os_error=>os.os_error> *xservice_start_filer (<wimp_t=>wimp.wimp_t> task,
  146.                  char **command,
  147.                  bool *unclaimed);
  148. Summary:      Request to filing-system-specific desktop filers to start upservice_start_filer
  149. Defined in:   <filer=>filer.$>.h
  150. Declaration:  extern bool service_start_filer (<wimp_t=>wimp.wimp_t> task,
  151.                  char **command);
  152. Summary:      Request to filing-system-specific desktop filers to start upxservice_started_filer
  153. Defined in:   <filer=>filer.$>.h
  154. Declaration:  extern <os_error=>os.os_error> *xservice_started_filer (void);
  155. Summary:      Request to filing-system-specific desktop filers to set task_handle variable to 0service_started_filer
  156. Defined in:   <filer=>filer.$>.h
  157. Declaration:  extern void service_started_filer (void);
  158. Summary:      Request to filing-system-specific desktop filers to set task_handle variable to 0xservice_filer_dying
  159. Defined in:   <filer=>filer.$>.h
  160. Declaration:  extern <os_error=>os.os_error> *xservice_filer_dying (void);
  161. Summary:      Notification that the Filer module is about to close downservice_filer_dying
  162. Defined in:   <filer=>filer.$>.h
  163. Declaration:  extern void service_filer_dying (void);
  164. Summary:      Notification that the Filer module is about to close downxservice_enumerate_formats
  165. Defined in:   <filer=>filer.$>.h
  166. Declaration:  extern <os_error=>os.os_error> *xservice_enumerate_formats (<filer_format> *format_list,
  167.                  <filer_format> **format_list_out);
  168. Summary:      Enumerate available disc formatsservice_enumerate_formats
  169. Defined in:   <filer=>filer.$>.h
  170. Declaration:  extern void service_enumerate_formats (<filer_format> *format_list,
  171.                  <filer_format> **format_list_out);
  172. Summary:      Enumerate available disc formatsxservice_disc_dismounted
  173. Defined in:   <filer=>filer.$>.h
  174. Declaration:  extern <os_error=>os.os_error> *xservice_disc_dismounted (char *disc_name);
  175. Summary:      Disc dismountedservice_disc_dismounted
  176. Defined in:   <filer=>filer.$>.h
  177. Declaration:  extern void service_disc_dismounted (char *disc_name);
  178. Summary:      Disc dismountedFiler
  179. <filer_message_dir>
  180. <filer_message_open_dir_at>
  181. <filer_message_selection_dir>
  182. <filer_message_add_selection>
  183. <filer_message_action>
  184. <filer_message_control_action>
  185. <filer_message_selection>
  186. <filer_format>
  187. <error_FILER_NO_RECURSION>
  188. <error_FILER_NO_TEMPLATE>
  189. <error_FILER_FAILED_SAVE>
  190. <error_FILER_BAD_PATH>
  191. <message_FILER_OPEN_DIR>
  192. <message_FILER_CLOSE_DIR>
  193. <message_FILER_OPEN_DIR_AT>
  194. <message_FILER_SELECTION_DIR>
  195. <message_FILER_ADD_SELECTION>
  196. <message_FILER_ACTION>
  197. <message_FILER_CONTROL_ACTION>
  198. <message_FILER_SELECTION>
  199. <filer_FORMAT_NATIVE>
  200. <filer_DIR_NONCANONICAL>
  201. <filer_DISPLAY_LARGE_ICONS>
  202. <filer_DISPLAY_SMALL_ICONS>
  203. <filer_DISPLAY_FULL_INFO>
  204. <filer_DISPLAY>
  205. <filer_DISPLAY_SHIFT>
  206. <filer_SORT_BY_NAME>
  207. <filer_SORT_BY_SIZE>
  208. <filer_SORT_BY_TYPE>
  209. <filer_SORT_BY_DATE>
  210. <filer_SORT>
  211. <filer_SORT_SHIFT>
  212. <filer_GIVEN_DISPLAY>
  213. <filer_GIVEN_SORT>
  214. <filer_CONTROL_ACKNOWLEDGE>
  215. <filer_CONTROL_VERBOSE_ON>
  216. <filer_CONTROL_VERBOSE_OFF>
  217. <xservice_start_filer>
  218. <service_start_filer>
  219. <xservice_started_filer>
  220. <service_started_filer>
  221. <xservice_filer_dying>
  222. <service_filer_dying>
  223. <xservice_enumerate_formats>
  224. <service_enumerate_formats>
  225. <xservice_disc_dismounted>
  226. <service_disc_dismounted>