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.

37 lines
461 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. rasmignt.h
  5. Abstract:
  6. Declares the public interface into the RAS migration code.
  7. There is a system-wide component and a per-user component to
  8. RAS migration.
  9. Author:
  10. Marc R. Whitten (marcw) 06-Jun-1997
  11. Revision History:
  12. <alias> <date> <comments>
  13. --*/
  14. BOOL
  15. Ras_MigrateUser (
  16. LPCTSTR User,
  17. HKEY UserRoot
  18. );
  19. BOOL
  20. Ras_MigrateSystem (
  21. VOID
  22. );