mirror of https://github.com/tongzx/nt5src
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
21 lines
401 B
#pragma once
|
|
|
|
EXTERN_C
|
|
HRESULT
|
|
WINAPI
|
|
HrGetAnswerFileParametersForNetCard(
|
|
IN HDEVINFO hdi,
|
|
IN PSP_DEVINFO_DATA pdeid,
|
|
IN PCWSTR pszServiceInstance,
|
|
IN const GUID* pguidNetCardInstance,
|
|
OUT PWSTR* ppszAnswerFile,
|
|
OUT PWSTR* ppszAnswerSections);
|
|
|
|
EXTERN_C
|
|
HRESULT
|
|
WINAPI
|
|
HrOemUpgrade(
|
|
IN HKEY hkeyDriver,
|
|
IN PCWSTR pszAnswerFile,
|
|
IN PCWSTR pszAnswerSections);
|
|
|