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.

38 lines
453 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. rasmig.h
  5. Abstract:
  6. Declares the interface for gathering RAS settings during
  7. the Win9x phase of the upgrade.
  8. Author:
  9. Marc R. Whitten (marcw) 06-Jun-1997
  10. Revision History:
  11. <alias> <date> <comments>
  12. --*/
  13. extern GROWLIST g_DunPaths;
  14. BOOL
  15. IsRasInstalled (
  16. VOID
  17. );
  18. DWORD
  19. ProcessRasSettings (
  20. IN DWORD Request,
  21. IN PUSERENUM EnumPtr
  22. );