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.

27 lines
1.1 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright(C) 1999 Microsoft Corporation all rights reserved.
  4. //
  5. // Module: regkeys.h
  6. //
  7. // Project: Windows 2000
  8. //
  9. // Description: IAS NT4 to IAS W2K Migration Utility Include
  10. //
  11. // Author: TLP 1/13/1999
  12. //
  13. /////////////////////////////////////////////////////////////////////////////
  14. #ifndef _IAS_MIGRATION_KEYS_H_
  15. #define _IAS_MIGRATION_KEYS_H_
  16. #define AUTHSRV_KEY (LPCWSTR)L"SYSTEM\\CurrentControlSet\\Services\\AuthSrv"
  17. #define AUTHSRV_PARAMETERS_KEY (LPCWSTR)L"SYSTEM\\CurrentControlSet\\Services\\AuthSrv\\Parameters"
  18. #define AUTHSRV_PROVIDERS_KEY (LPCWSTR)L"SYSTEM\\CurrentControlSet\\Services\\AuthSrv\\Providers"
  19. #define AUTHSRV_PARAMETERS_VERSION (LPWSTR)L"Version"
  20. #define AUTHSRV_PROVIDERS_EXTENSION_DLL_VALUE (LPCWSTR)L"ExtensionDLLs"
  21. #define IAS_KEY (LPCWSTR)L"SYSTEM\\CurrentControlSet\\Services\\RemoteAccess\\Policy"
  22. #define IAS_PARAMETERS_KEY (LPCWSTR)L"SYSTEM\\CurrentControlSet\\Services\\IAS\\Parameters"
  23. #endif // _IAS_MIGRATION_KEYS_H_