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.

16 lines
249 B

  1. #pragma once
  2. BOOL
  3. ProcessAnswerFile(
  4. IN PCWSTR pszAnswerFile,
  5. IN PCWSTR pszAnswerSections,
  6. IN HDEVINFO hdi,
  7. IN PSP_DEVINFO_DATA pdeid);
  8. VOID
  9. UpdateAdvancedParametersIfNeeded(
  10. IN HDEVINFO hdi,
  11. IN PSP_DEVINFO_DATA pdeid);