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.

34 lines
432 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. dosmignt.h
  5. Abstract:
  6. Declares entry points for the NT-side of DOS environment
  7. migration. There is a system-wide component and per-user
  8. component to migration.
  9. Author:
  10. Marc R. Whitten (marcw) 15-Feb-1997
  11. Revision History:
  12. <alias> <date> <comments>
  13. --*/
  14. LONG
  15. DosMigNt_System (
  16. VOID
  17. );
  18. LONG
  19. DosMigNt_User(
  20. HKEY UserKey
  21. );