Download
vkoskiv
/MacNTP
/rsrcid.h
(View History)
| vkoskiv Display MacNTP errors in cdev | Latest amendment: 19 on 2023-09-20 |
| 1 | // Resource IDs, shared between INIT and cdev |
| 2 | |
| 3 | // STR resources are used in both the INIT and the cdev |
| 4 | // and cdevs require them to be in the range of -4048 and -4033 |
| 5 | #define NTP1_STR_ID -4048 |
| 6 | #define NTP2_STR_ID -4047 |
| 7 | #define UTC_STR_ID -4046 |
| 8 | #define ERR_STR_ID -4045 |
| 9 | |
| 10 | #define MACNTP_ICN_ID_PENDING 128 |
| 11 | #define MACNTP_ICN_ID_SUCCESS -4064 // Also used for cdev |
| 12 | #define MACNTP_ICN_ID_FAILURE 130 |