/ AmigActive 4
/ AACD04.ISO / AACD / Programming / powerd / modules / diskfont / oterrors.m![]() ![]() | < prev |
Comma Seperated Value File | 1999-06-23 | 283 b | 14 rows |
# | CONST%09OTERR_FAILURE=-1 | |
---|---|---|
1 | OTERR_SUCCESS=0 | |
2 | OTERR_BADTAG=1 | |
3 | OTERR_UNKNOWNTAG=2 | |
4 | OTERR_BADDATA=3 | |
5 | OTERR_NOMEMORY=4 | |
6 | OTERR_NOFACE=5 | |
7 | OTERR_BADFACE=6 | |
8 | OTERR_NOGLYPH=7 | |
9 | OTERR_BADGLYPH=8 | |
10 | OTERR_NOSHEAR=9 | |
11 | OTERR_NOROTATE=10 | |
12 | OTERR_TOOSMALL=11 | |
13 | OTERR_UNKNOWNGLYPH=12 |