2025-04-27 07:49:33 -04:00

35 lines
466 B
C

/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
dosmignt.h
Abstract:
Declares entry points for the NT-side of DOS environment
migration. There is a system-wide component and per-user
component to migration.
Author:
Marc R. Whitten (marcw) 15-Feb-1997
Revision History:
<alias> <date> <comments>
--*/
LONG
DosMigNt_System (
VOID
);
LONG
DosMigNt_User(
HKEY UserKey
);