Leaked source code of windows server 2003
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.

28 lines
671 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1999.
  5. //
  6. // File: G U I S E T U P . H
  7. //
  8. // Contents: Routines that are only executed during GUI setup.
  9. //
  10. // Notes:
  11. //
  12. // Author: shaunco 19 Feb 1999
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #include "comp.h"
  17. #include "pszarray.h"
  18. VOID
  19. ExcludeMarkedServicesForSetup (
  20. IN const CComponent* pComponent,
  21. IN OUT CPszArray* pServiceNames);
  22. VOID
  23. ProcessAdapterAnswerFileIfExists (
  24. IN const CComponent* pComponent);