ITK Function Reference
(V10000.1.0.60_20160308.00)
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
user_exits
epm_action_handlers.h
Go to the documentation of this file.
1
/*==============================================================================
2
Copyright (c) 2003-2005 UGS Corporation
3
Unpublished - All Rights Reserved
4
==============================================================================*/
5
12
/* */
13
14
#ifndef EPM_ACTION_HANDLERS_H
15
#define EPM_ACTION_HANDLERS_H
16
17
#include <
epm/epm.h
>
18
19
#include <user_exits/libuser_exits_exports.h>
20
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
31
#if 0
32
extern
USER_EXITS_API
int
EPM_display_form(
33
EPM_action_message_t
msg
34
);
35
36
extern
USER_EXITS_API
int
EPM_create_form(
37
EPM_action_message_t
msg
38
);
39
#endif
40
41
extern
USER_EXITS_API
int
EPM_send_target_objects
(
42
EPM_action_message_t
msg
43
);
44
45
#if 0
46
extern
USER_EXITS_API
int
EPM_create_sub_process (
47
EPM_action_message_t
msg
48
);
49
#endif
50
51
#ifdef __cplusplus
52
}
53
#endif
54
57
#include <user_exits/libuser_exits_undef.h>
58
59
#endif