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.

34 lines
911 B

  1. /****************************************************************************/
  2. // tssdcommon.h
  3. //
  4. // Terminal Server Session Directory header. Contains constants
  5. // common between termsrv, tssdjet and SD.
  6. //
  7. // Copyright (C) 2002 Microsoft Corporation
  8. /****************************************************************************/
  9. #ifndef __TSSDCOMMON_H
  10. #define __TSSDCOMMON_H
  11. // UpdateConfigurationSettings dwSetting values
  12. #define SDCONFIG_SERVER_ADDRESS 1
  13. #define SINGLE_SESSION_FLAG 0x1
  14. #define NO_REPOPULATE_SESSION 0x2
  15. #define TSSD_UPDATE 0x1
  16. #define TSSD_FORCEREJOIN 0x2
  17. #define TSSD_NOREPOPULATE 0x4
  18. #define SDNAMELENGTH 128
  19. // Length of some strings
  20. #define TSSD_UserNameLen 256
  21. #define TSSD_DomainLength 128
  22. #define TSSD_ServAddrLen 128
  23. #define TSSD_AppTypeLen 256
  24. #define TSSD_ClusterNameLen 128
  25. #define TSSD_ServerNameLen 128
  26. #endif