/* Failure and Success return codes */ #define FATAL_ERR 535 /* Use this on fatal errors */ #define FAILURE 1403 /* Use this on recoverable error */ #define SUCCESS 0 /* Use for success */ void UEError ( LPSTR, LPSTR );