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.

21 lines
401 B

  1. #pragma once
  2. EXTERN_C
  3. HRESULT
  4. WINAPI
  5. HrGetAnswerFileParametersForNetCard(
  6. IN HDEVINFO hdi,
  7. IN PSP_DEVINFO_DATA pdeid,
  8. IN PCWSTR pszServiceInstance,
  9. IN const GUID* pguidNetCardInstance,
  10. OUT PWSTR* ppszAnswerFile,
  11. OUT PWSTR* ppszAnswerSections);
  12. EXTERN_C
  13. HRESULT
  14. WINAPI
  15. HrOemUpgrade(
  16. IN HKEY hkeyDriver,
  17. IN PCWSTR pszAnswerFile,
  18. IN PCWSTR pszAnswerSections);