Source code of Windows XP (NT5)
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.

33 lines
427 B

  1. /*++
  2. Microsoft Windows
  3. Copyright (C) Microsoft Corporation, 1981 - 1999
  4. Module Name:
  5. errorcodes.h
  6. Abstract:
  7. Author:
  8. Rahul Thombre (RahulTh) 4/30/1998
  9. Revision History:
  10. 4/30/1998 RahulTh
  11. Created this module.
  12. --*/
  13. #ifndef __ERRORCODES_H__
  14. #define __ERRORCODES_H__
  15. #define errIRFTP_NODEVICE -1
  16. #define errIRFTP_SELECTIONCANCELLED -2
  17. #define errIRFTP_MULTDEVICES -3
  18. #endif //__ERRORCODES_H__