windows-nt/Source/XPSP1/NT/base/ntsetup/win95upg/inc/rasmignt.h

38 lines
461 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
rasmignt.h
Abstract:
Declares the public interface into the RAS migration code.
There is a system-wide component and a per-user component to
RAS migration.
Author:
Marc R. Whitten (marcw) 06-Jun-1997
Revision History:
<alias> <date> <comments>
--*/
BOOL
Ras_MigrateUser (
LPCTSTR User,
HKEY UserRoot
);
BOOL
Ras_MigrateSystem (
VOID
);