blob: 70a034e527bef51fa0ac1345949c247b96c4bc26 (
plain) (
blame)
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
|