home *** CD-ROM | disk | FTP | other *** search
- fslock_STATUS_UNLOCKED
- Defined in: <fslock=>fslock.$>.h
- Declaration: #define fslock_STATUS_UNLOCKED 0fslock_STATUS_PROTECTED
- Defined in: <fslock=>fslock.$>.h
- Declaration: #define fslock_STATUS_PROTECTED 1fslock_STATUS_LOCKED
- Defined in: <fslock=>fslock.$>.h
- Declaration: #define fslock_STATUS_LOCKED 2error_FS_LOCK_UNKNOWN_SWI
- Defined in: <fslock=>fslock.$>.h
- Declaration: #define error_FS_LOCK_UNKNOWN_SWI 0x806500uerror_FS_LOCK_LOCKED
- Defined in: <fslock=>fslock.$>.h
- Declaration: #define error_FS_LOCK_LOCKED 0x806501uerror_FS_LOCK_UNKNOWN_FS
- Defined in: <fslock=>fslock.$>.h
- Declaration: #define error_FS_LOCK_UNKNOWN_FS 0x806502uerror_FS_LOCK_FS_NOT_LOCKABLE
- Defined in: <fslock=>fslock.$>.h
- Declaration: #define error_FS_LOCK_FS_NOT_LOCKABLE 0x806503uerror_FS_LOCK_NO_LOCKED_FS
- Defined in: <fslock=>fslock.$>.h
- Declaration: #define error_FS_LOCK_NO_LOCKED_FS 0x806504uerror_FS_LOCK_PROTECTED_DISC
- Defined in: <fslock=>fslock.$>.h
- Declaration: #define error_FS_LOCK_PROTECTED_DISC 0x806505uerror_FS_LOCK_KILLED
- Defined in: <fslock=>fslock.$>.h
- Declaration: #define error_FS_LOCK_KILLED 0x806506uxfslock_version
- Defined in: <fslock=>fslock.$>.h
- Declaration: extern <os_error=>os.os_error> *xfslock_version (int *version,
- void **workspace);
- Summary: Returns information describing the FSLock modulefslock_version
- Defined in: <fslock=>fslock.$>.h
- Declaration: extern int fslock_version (void **workspace);
- Summary: Returns information describing the FSLock modulexfslock_status
- Defined in: <fslock=>fslock.$>.h
- Declaration: extern <os_error=>os.os_error> *xfslock_status (int *lock_status,
- int *fs_no);
- Summary: Returns the current lock status, and the locked filing system's numberfslock_status
- Defined in: <fslock=>fslock.$>.h
- Declaration: extern int fslock_status (int *fs_no);
- Summary: Returns the current lock status, and the locked filing system's numberxfslock_change_status
- Defined in: <fslock=>fslock.$>.h
- Declaration: extern <os_error=>os.os_error> *xfslock_change_status (int new_lock_status,
- char *password,
- char *new_password,
- int new_fs_no);
- Summary: Changes one or more of the lock status, the password and the locked filing systemfslock_change_status
- Defined in: <fslock=>fslock.$>.h
- Declaration: extern void fslock_change_status (int new_lock_status,
- char *password,
- char *new_password,
- int new_fs_no);
- Summary: Changes one or more of the lock status, the password and the locked filing systemFSLock
- <fslock_STATUS_UNLOCKED>
- <fslock_STATUS_PROTECTED>
- <fslock_STATUS_LOCKED>
- <error_FS_LOCK_UNKNOWN_SWI>
- <error_FS_LOCK_LOCKED>
- <error_FS_LOCK_UNKNOWN_FS>
- <error_FS_LOCK_FS_NOT_LOCKABLE>
- <error_FS_LOCK_NO_LOCKED_FS>
- <error_FS_LOCK_PROTECTED_DISC>
- <error_FS_LOCK_KILLED>
- <xfslock_version>
- <fslock_version>
- <xfslock_status>
- <fslock_status>
- <xfslock_change_status>
- <fslock_change_status>