ITK Function Reference

(V10000.1.0.60_20160308.00)
iddisp_errors.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 IDDISP_ERRORS_H
15 #define IDDISP_ERRORS_H
16 
27 #define IDDISPRULE_duplicate_name (EMH_IDDISPRULE_error_base + 1)
28 #define IDDISPRULE_invalid_tag (EMH_IDDISPRULE_error_base + 2)
29 #define IDDISPRULE_null_id (EMH_IDDISPRULE_error_base + 3)
30 #define IDDISPRULE_null_name (EMH_IDDISPRULE_error_base + 4)
31 #define IDDISPRULE_type_not_found (EMH_IDDISPRULE_error_base + 5)
32 #define IDDISPRULE_unable_to_create (EMH_IDDISPRULE_error_base + 6)
33 
34 #define IDDISPRULELIST_incorrect_initialization (EMH_IDDISPRULE_error_base + 21)
35 #define IDDISPRULELIST_invalid_tag (EMH_IDDISPRULE_error_base + 22)
36 #define IDDISPRULELIST_invalid_type (EMH_IDDISPRULE_error_base + 23)
37 #define IDDISPRULELIST_is_currentrule (EMH_IDDISPRULE_error_base + 24)
38 #define IDDISPRULELIST_null_owner (EMH_IDDISPRULE_error_base + 25)
39 #define IDDISPRULELIST_null_rules (EMH_IDDISPRULE_error_base + 26)
40 #define IDDISPRULELIST_unable_getcurrent (EMH_IDDISPRULE_error_base + 27)
41 #define IDDISPRULELIST_unable_to_create (EMH_IDDISPRULE_error_base + 28)
42 #define IDDISPRULELIST_unable_to_setrule (EMH_IDDISPRULE_error_base + 29)
43 #define IDDISPRULELIST_notin_rulelist (EMH_IDDISPRULE_error_base + 30)
44 #define IDDISPRULELIST_duplicate_list (EMH_IDDISPRULE_error_base + 31)
45 #define IDDISPRULELIST_invalid_owner (EMH_IDDISPRULE_error_base + 32)
46 
52 #define IDDISPRULESPEC_invalid_tag (EMH_IDDISPRULE_error_base + 10)
53 #define IDDISPRULESPEC_invalid_type (EMH_IDDISPRULE_error_base + 12)
54 #define IDDISPRULESPEC_unable_to_create (EMH_IDDISPRULE_error_base + 11)
55 
59 #endif