43d0bb8
1 2 3 4 5 6 7 8 9 10
#ifndef DEF_OBJECT_U_H #define DEF_OBJECT_U_H #define E_INVALID -2 #define E_BAD_HANDLE -3 #define E_NOT_IMPLEMENTED -4 #define E_NOT_PUBLIC -5 #define E_NOT_FOUND -6 #endif