ITK Function Reference

(V10000.1.0.60_20160308.00)
dmi_errors.h
Go to the documentation of this file.
1 /*==============================================================================
2  Copyright (c) 2003-2005 UGS Corporation
3  Unpublished - All Rights Reserved
4  ==============================================================================*/
5 
14 /* */
15 
16 #ifndef DMI_ERRORS_H
17 #define DMI_ERRORS_H
18 
19 #include <common/emh_const.h>
20 #include <dmi/libdmi_exports.h>
21 
28 #define DMI_internal_error (EMH_DMI_error_base + 1)
29 #define DMI_type_mismatch (EMH_DMI_error_base + 2)
30 #define DMI_named_reference_exist (EMH_DMI_error_base + 3)
31 #define DMI_named_reference_not_found (EMH_DMI_error_base + 4)
32 #define DMI_no_image (EMH_DMI_error_base + 5)
33 #define DMI_not_licensed (EMH_DMI_error_base + 6)
34 
37 #include <dmi/libdmi_undef.h>
38 #endif