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.

49 lines
923 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. WkstaDef.h
  5. Abstract:
  6. This is a temporary file of definitions for the local NT
  7. workstation/server. It contains information returned by the
  8. stubs for NetServer/NetWksta code. Change these values locally
  9. to adapt to your machine. All caps is probably wise, as this only
  10. deals with 2.0 servers
  11. Author:
  12. Shanku Niyogi (w-shanku) 25-Feb-1991
  13. Revision History:
  14. --*/
  15. //!!UNICODE!! - Added TEXT prefix for these strings.
  16. //
  17. // Server name. This should be the same name as entered in NET SERVE command.
  18. //
  19. #define XS_SERVER_NAME TEXT("SERVER")
  20. //
  21. // Workstation name. Same as in NET START REDIR command.
  22. //
  23. #define XS_WKSTA_NAME TEXT("WKSTA")
  24. //
  25. // Workstation user name.
  26. //
  27. #define XS_WKSTA_USERNAME TEXT("USER")
  28. //
  29. // List of drives on NT server. Each character should be a drive letter.
  30. //
  31. #define XS_ENUM_DRIVES TEXT("ABC")