ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
user_exits
hsm_api.h
Go to the documentation of this file.
1
/*
2
@<COPYRIGHT_START>@
3
===============================================
4
Copyright 2007 UGS Corp. All Rights Reserved.
5
===============================================
6
@<COPYRIGHT_END>@
7
*/
8
16
#ifndef HSM_H
17
18
#include <
tc/tc_startup.h
>
19
20
#include <user_exits/libuser_exits_exports.h>
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
extern
USER_EXITS_API
int
HSM_migrate_file_to_tier
(
26
const
char
* enterpriseId,
/* <I> */
27
logical
purge_immediately,
/* <I> */
28
int
high_water_mark,
/* <I> */
29
int
low_water_mark,
/* <I> */
30
int
migrate_from_tier,
/* <I> */
31
int
migrate_to_tier,
/* <I> */
32
const
char
* absolute_file_path
/* <I> */
33
);
34
35
36
#ifdef __cplusplus
37
}
38
#endif
39
#include <user_exits/libuser_exits_undef.h>
40
#endif
41