home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / Servis / Devc / _SETUP.4 / Group3 / lmcons.h < prev    next >
C/C++ Source or Header  |  1999-11-07  |  2KB  |  61 lines

  1. #ifndef _LMCONS_H
  2. #define _LMCONS_H
  3. #define MESSAGE_FILENAME TEXT("NETMSG")
  4. #define OS2MSG_FILENAME TEXT("BASE")
  5. #define HELP_MSG_FILENAME TEXT("NETH")
  6. #define NET_API_FUNCTION __stdcall
  7. #define NET_API_STATUS DWORD
  8. #define API_RET_TYPE NET_API_STATUS
  9. #define MIN_LANMAN_MESSAGE_ID NERR_BASE
  10. #define MAX_LANMAN_MESSAGE_ID 5799
  11. #define CNLEN 15
  12. #define DNLEN 15
  13. #define LM20_CNLEN 15
  14. #define LM20_DNLEN 15
  15. #define LM20_SNLEN 15
  16. #define LM20_STXTLEN 63
  17. #define LM20_UNCLEN (LM20_CNLEN+2)
  18. #define LM20_NNLEN 12
  19. #define LM20_RMLEN (LM20_UNCLEN+1+LM20_NNLEN)
  20. #define UNCLEN (CNLEN+2)
  21. #define NNLEN 80
  22. #define RMLEN (UNCLEN+1+NNLEN)
  23. #define SNLEN 80
  24. #define STXTLEN 256
  25. #define PATHLEN 256
  26. #define LM20_PATHLEN 256
  27. #define DEVLEN 80
  28. #define LM20_DEVLEN 8
  29. #define EVLEN 16
  30. #define UNLEN 256
  31. #define LM20_UNLEN 20
  32. #define GNLEN UNLEN
  33. #define LM20_GNLEN LM20_UNLEN
  34. #define PWLEN 256
  35. #define LM20_PWLEN 14
  36. #define SHPWLEN 8
  37. #define CLTYPE_LEN 12
  38. #define MAXCOMMENTSZ 256
  39. #define LM20_MAXCOMMENTSZ 48
  40. #define QNLEN NNLEN
  41. #define LM20_QNLEN LM20_NNLEN
  42. #define ALERTSZ 128
  43. #define MAXDEVENTRIES (sizeof(int)*8)
  44. #define NETBIOS_NAME_LEN 16
  45. #define MAX_PREFERRED_LENGTH ((DWORD)-1)
  46. #define CRYPT_KEY_LEN 7
  47. #define CRYPT_TXT_LEN 8
  48. #define ENCRYPTED_PWLEN 16
  49. #define SESSION_PWLEN 24
  50. #define SESSION_CRYPT_KLEN 21
  51. #define PARMNUM_ALL             0
  52. #define PARM_ERROR_UNKNOWN ((DWORD)-1)
  53. #define PARM_ERROR_NONE 0
  54. #define PARMNUM_BASE_INFOLEVEL 1000
  55. #define PLATFORM_ID_DOS 300
  56. #define PLATFORM_ID_OS2 400
  57. #define PLATFORM_ID_NT 500
  58. #define PLATFORM_ID_OSF 600
  59. #define PLATFORM_ID_VMS 700
  60. #endif
  61.