mirror of https://github.com/tongzx/nt5src
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
34 lines
432 B
/*++
|
|
|
|
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
|
|
);
|
|
|