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.

35 lines
464 B

  1. /*++
  2. Copyright (c) 1994-1997 Microsoft Corporation
  3. Module Name:
  4. tsreg.h
  5. Abstract:
  6. This file contains registry key and value names used by tshare component.
  7. Author:
  8. Madan Appiah (madana) 26-Aug-1997
  9. Environment:
  10. User Mode - Win32
  11. Revision History:
  12. --*/
  13. #ifndef _TSREG_H_
  14. #define _TSREG_H_
  15. #define TSHARE_REG_KEY \
  16. L"System\\CurrentControlSet\\Services\\IcaSrv\TShare"
  17. #endif // _TSREG_H_