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

39 lines
453 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1998 Microsoft Corporation
Module Name:
rasmig.h
Abstract:
Declares the interface for gathering RAS settings during
the Win9x phase of the upgrade.
Author:
Marc R. Whitten (marcw) 06-Jun-1997
Revision History:
<alias> <date> <comments>
--*/
extern GROWLIST g_DunPaths;
BOOL
IsRasInstalled (
VOID
);
DWORD
ProcessRasSettings (
IN DWORD Request,
IN PUSERENUM EnumPtr
);