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.

16 lines
265 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);