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.

31 lines
479 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. config.h
  5. Abstract:
  6. Declares interfaces for configuration of:
  7. - User preferences (command line and unattend options)
  8. - The Win9x Upgrade's directories
  9. See implementation in w95upg\init9x\config.c.
  10. Author:
  11. Marc R. Whitten (marcw) 26-May-1997
  12. Revision History:
  13. <alias> <date> <comments>
  14. --*/
  15. #pragma once
  16. BOOL Cfg_InitializeUserOptions(VOID);
  17. BOOL Cfg_CreateWorkDirectories(VOID);