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.

25 lines
366 B

  1. /*++
  2. Copyright (c) 1998-99 Microsoft Corporation
  3. Module Name:
  4. llsconst.h
  5. Abstract:
  6. --*/
  7. #ifndef NT_LS_USER_NAME
  8. #define NT_LS_USER_NAME 0
  9. #endif
  10. #ifndef NT_LS_USER_SID
  11. #define NT_LS_USER_SID 1
  12. #endif
  13. #define MAX_PRODUCT_NAME_LENGTH 35
  14. #define MAX_VERSION_LENGTH 15
  15. #define MAX_USER_NAME_LENGTH 37
  16. #define MAX_DATA_LENGTH 80
  17. #define MAX_DATA_LENGTHW 40