Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.0 KiB

  1. //////////////////////////////////////////////////////
  2. // //
  3. // T30 FSP special errors resource ID file //
  4. // It compiles as part of FxsRes.dll //
  5. // All the IDs should be in range //
  6. // //
  7. // [13500 - 13999] //
  8. // //
  9. //////////////////////////////////////////////////////
  10. // Dialable dest has '$', '@' or 'W', but modem does not support them
  11. #define IDS_UNSUPPORTED_CHARACTER 13500
  12. // We answer, but sender never sent any flags.
  13. #define IDS_RECV_NOT_FAX_CALL 13501
  14. // Other side failed to send an expected response
  15. #define IDS_NO_RESPONSE 13502
  16. // We received FTT after sending training in the lowest speed
  17. #define IDS_SEND_BAD_TRAINING 13503
  18. // We send FTT in response to a bad training, and received DCN
  19. #define IDS_RECV_BAD_TRAINING 13504