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.

39 lines
655 B

  1. /*++
  2. Copyright (c) 1993 Microsoft Corporation
  3. Module Name:
  4. nwcons.h
  5. Abstract:
  6. This module contains various Netware constants
  7. Author:
  8. Chuck Y Chan. Split out from NWAPI.H
  9. Revision History:
  10. --*/
  11. #ifndef _NWCONS_INCLUDED_
  12. #define _NWCONS_INCLUDED_
  13. //
  14. // Maximum length of server, password, username
  15. //
  16. #define NW_MAX_TREE_LEN 32
  17. #define NW_MAX_SERVER_LEN 48
  18. #define NW_MAX_PASSWORD_LEN 256
  19. #define NW_MAX_USERNAME_LEN 256
  20. //
  21. // special char to distinguish nds context: eg. *tree\ou.o (as opposed to
  22. // server\volume.
  23. //
  24. #define TREE_CHAR L'*'
  25. #endif