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

  1. fslock_STATUS_UNLOCKED
  2. Defined in:   <fslock=>fslock.$>.h
  3. Declaration:  #define fslock_STATUS_UNLOCKED 0fslock_STATUS_PROTECTED
  4. Defined in:   <fslock=>fslock.$>.h
  5. Declaration:  #define fslock_STATUS_PROTECTED 1fslock_STATUS_LOCKED
  6. Defined in:   <fslock=>fslock.$>.h
  7. Declaration:  #define fslock_STATUS_LOCKED 2error_FS_LOCK_UNKNOWN_SWI
  8. Defined in:   <fslock=>fslock.$>.h
  9. Declaration:  #define error_FS_LOCK_UNKNOWN_SWI 0x806500uerror_FS_LOCK_LOCKED
  10. Defined in:   <fslock=>fslock.$>.h
  11. Declaration:  #define error_FS_LOCK_LOCKED 0x806501uerror_FS_LOCK_UNKNOWN_FS
  12. Defined in:   <fslock=>fslock.$>.h
  13. Declaration:  #define error_FS_LOCK_UNKNOWN_FS 0x806502uerror_FS_LOCK_FS_NOT_LOCKABLE
  14. Defined in:   <fslock=>fslock.$>.h
  15. Declaration:  #define error_FS_LOCK_FS_NOT_LOCKABLE 0x806503uerror_FS_LOCK_NO_LOCKED_FS
  16. Defined in:   <fslock=>fslock.$>.h
  17. Declaration:  #define error_FS_LOCK_NO_LOCKED_FS 0x806504uerror_FS_LOCK_PROTECTED_DISC
  18. Defined in:   <fslock=>fslock.$>.h
  19. Declaration:  #define error_FS_LOCK_PROTECTED_DISC 0x806505uerror_FS_LOCK_KILLED
  20. Defined in:   <fslock=>fslock.$>.h
  21. Declaration:  #define error_FS_LOCK_KILLED 0x806506uxfslock_version
  22. Defined in:   <fslock=>fslock.$>.h
  23. Declaration:  extern <os_error=>os.os_error> *xfslock_version (int *version,
  24.                  void **workspace);
  25. Summary:      Returns information describing the FSLock modulefslock_version
  26. Defined in:   <fslock=>fslock.$>.h
  27. Declaration:  extern int fslock_version (void **workspace);
  28. Summary:      Returns information describing the FSLock modulexfslock_status
  29. Defined in:   <fslock=>fslock.$>.h
  30. Declaration:  extern <os_error=>os.os_error> *xfslock_status (int *lock_status,
  31.                  int *fs_no);
  32. Summary:      Returns the current lock status, and the locked filing system's numberfslock_status
  33. Defined in:   <fslock=>fslock.$>.h
  34. Declaration:  extern int fslock_status (int *fs_no);
  35. Summary:      Returns the current lock status, and the locked filing system's numberxfslock_change_status
  36. Defined in:   <fslock=>fslock.$>.h
  37. Declaration:  extern <os_error=>os.os_error> *xfslock_change_status (int new_lock_status,
  38.                  char *password,
  39.                  char *new_password,
  40.                  int new_fs_no);
  41. Summary:      Changes one or more of the lock status, the password and the locked filing systemfslock_change_status
  42. Defined in:   <fslock=>fslock.$>.h
  43. Declaration:  extern void fslock_change_status (int new_lock_status,
  44.                  char *password,
  45.                  char *new_password,
  46.                  int new_fs_no);
  47. Summary:      Changes one or more of the lock status, the password and the locked filing systemFSLock
  48. <fslock_STATUS_UNLOCKED>
  49. <fslock_STATUS_PROTECTED>
  50. <fslock_STATUS_LOCKED>
  51. <error_FS_LOCK_UNKNOWN_SWI>
  52. <error_FS_LOCK_LOCKED>
  53. <error_FS_LOCK_UNKNOWN_FS>
  54. <error_FS_LOCK_FS_NOT_LOCKABLE>
  55. <error_FS_LOCK_NO_LOCKED_FS>
  56. <error_FS_LOCK_PROTECTED_DISC>
  57. <error_FS_LOCK_KILLED>
  58. <xfslock_version>
  59. <fslock_version>
  60. <xfslock_status>
  61. <fslock_status>
  62. <xfslock_change_status>
  63. <fslock_change_status>