ITK Function Reference

(V10000.1.0.60_20160308.00)
backup_modes.h
Go to the documentation of this file.
1 /*===============================================
2  Copyright 2007 UGS Corp. All Rights Reserved.
3  ===============================================*/
4 
12 #ifndef TCFS_MODES_H
13 #define TCFS_MODES_H
14 
25 #define FS_NORMAL_MODE 28 /* Used for putting Teamcenter Volumes in normal mode */
26 #define FS_RDONLY_MODE 29 /* Used for putting Teamcenter Volumes in read only mode */
27 #define FS_BLOBBY_VOL_MODE 31 /* Redirect writes to a temporary volume location (blobby) during hot backup. */
28 
29 
30 #include <tc/libtc_exports.h>
31 
36 extern TC_API int TC_initialize_backup_mode(
37  int mode
38 );
39 
45 extern TC_API int TC_set_backup_mode(
46  int mode
47 );
48 
52 extern TC_API int TC_get_osfile_open_count(
53  int *count
54 );
55 
60 extern TC_API int TC_get_current_backup_mode(
61  int *mode
62 );
65 #include <tc/libtc_undef.h>
66 #endif