home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 4 / AUCD4.iso / acorn / riscos / releases / oslib / cstrong / CStrong / OSFind / HelpData next >
Text File  |  1994-08-10  |  5KB  |  109 lines

  1. osfind_PATH
  2. Defined in:   <osfind=>osfind.$>.h
  3. Declaration:  #define osfind_PATH 0x1uosfind_PATH_VAR
  4. Defined in:   <osfind=>osfind.$>.h
  5. Declaration:  #define osfind_PATH_VAR 0x2uosfind_NO_PATH
  6. Defined in:   <osfind=>osfind.$>.h
  7. Declaration:  #define osfind_NO_PATH 0x3uosfind_ERROR_IF_ABSENT
  8. Defined in:   <osfind=>osfind.$>.h
  9. Declaration:  #define osfind_ERROR_IF_ABSENT 0x8uosfind_ERROR_IF_DIR
  10. Defined in:   <osfind=>osfind.$>.h
  11. Declaration:  #define osfind_ERROR_IF_DIR 0x4uxos_find
  12. Opens and closes filesos_find
  13. Opens and closes filesxosfind_openin
  14. Defined in:   <osfind=>osfind.$>.h
  15. Declaration:  extern <os_error=>os.os_error> *xosfind_openin (bits flags,
  16.                  char *file_name,
  17.                  char *path,
  18.                  <os_f=>os.os_f> *file);
  19. Summary:      Opens an existing file with read access onlyosfind_openin
  20. Defined in:   <osfind=>osfind.$>.h
  21. Declaration:  extern <os_f=>os.os_f> osfind_openin (bits flags,
  22.                  char *file_name,
  23.                  char *path);
  24. Summary:      Opens an existing file with read access onlyxosfind_openout
  25. Defined in:   <osfind=>osfind.$>.h
  26. Declaration:  extern <os_error=>os.os_error> *xosfind_openout (bits flags,
  27.                  char *file_name,
  28.                  char *path,
  29.                  <os_f=>os.os_f> *file);
  30. Summary:      Creates a new file with read/write accessosfind_openout
  31. Defined in:   <osfind=>osfind.$>.h
  32. Declaration:  extern <os_f=>os.os_f> osfind_openout (bits flags,
  33.                  char *file_name,
  34.                  char *path);
  35. Summary:      Creates a new file with read/write accessxosfind_openup
  36. Defined in:   <osfind=>osfind.$>.h
  37. Declaration:  extern <os_error=>os.os_error> *xosfind_openup (bits flags,
  38.                  char *file_name,
  39.                  char *path,
  40.                  <os_f=>os.os_f> *file);
  41. Summary:      Opens an existing file with read/write accessosfind_openup
  42. Defined in:   <osfind=>osfind.$>.h
  43. Declaration:  extern <os_f=>os.os_f> osfind_openup (bits flags,
  44.                  char *file_name,
  45.                  char *path);
  46. Summary:      Opens an existing file with read/write accessxosfind_close
  47. Defined in:   <osfind=>osfind.$>.h
  48. Declaration:  extern <os_error=>os.os_error> *xosfind_close (<os_f=>os.os_f> file);
  49. Summary:      Closes a file or filesosfind_close
  50. Defined in:   <osfind=>osfind.$>.h
  51. Declaration:  extern void osfind_close (<os_f=>os.os_f> file);
  52. Summary:      Closes a file or filesxfindv
  53. OS_Find vectorfindv
  54. OS_Find vectorxupcallfind_create_openup
  55. Defined in:   <osfind=>osfind.$>.h
  56. Declaration:  extern <os_error=>os.os_error> *xupcallfind_create_openup (char *file_name,
  57.                  <os_f=>os.os_f> file,
  58.                  char *special,
  59.                  bits fs_info);
  60. Summary:      Warns your program that a file is being created and opened for updateupcallfind_create_openup
  61. Defined in:   <osfind=>osfind.$>.h
  62. Declaration:  extern void upcallfind_create_openup (char *file_name,
  63.                  <os_f=>os.os_f> file,
  64.                  char *special,
  65.                  bits fs_info);
  66. Summary:      Warns your program that a file is being created and opened for updatexupcallfind_openup
  67. Defined in:   <osfind=>osfind.$>.h
  68. Declaration:  extern <os_error=>os.os_error> *xupcallfind_openup (char *file_name,
  69.                  <os_f=>os.os_f> file,
  70.                  char *special,
  71.                  bits fs_info);
  72. Summary:      Warns your program that a file is being opened for updateupcallfind_openup
  73. Defined in:   <osfind=>osfind.$>.h
  74. Declaration:  extern void upcallfind_openup (char *file_name,
  75.                  <os_f=>os.os_f> file,
  76.                  char *special,
  77.                  bits fs_info);
  78. Summary:      Warns your program that a file is being opened for updatexupcallfind_close
  79. Defined in:   <osfind=>osfind.$>.h
  80. Declaration:  extern <os_error=>os.os_error> *xupcallfind_close (<os_f=>os.os_f> file,
  81.                  bits fs_info);
  82. Summary:      Warns your program that a file is being closedupcallfind_close
  83. Defined in:   <osfind=>osfind.$>.h
  84. Declaration:  extern void upcallfind_close (<os_f=>os.os_f> file,
  85.                  bits fs_info);
  86. Summary:      Warns your program that a file is being closedOSFind
  87. <osfind_PATH>
  88. <osfind_PATH_VAR>
  89. <osfind_NO_PATH>
  90. <osfind_ERROR_IF_ABSENT>
  91. <osfind_ERROR_IF_DIR>
  92. <xos_find>
  93. <os_find>
  94. <xosfind_openin>
  95. <osfind_openin>
  96. <xosfind_openout>
  97. <osfind_openout>
  98. <xosfind_openup>
  99. <osfind_openup>
  100. <xosfind_close>
  101. <osfind_close>
  102. <xfindv>
  103. <findv>
  104. <xupcallfind_create_openup>
  105. <upcallfind_create_openup>
  106. <xupcallfind_openup>
  107. <upcallfind_openup>
  108. <xupcallfind_close>
  109. <upcallfind_close>