mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[DHCPSVC] Properly stub DhcpRequestParams()
This will avoid crash upon Google Chrome start. CORE-15422
This commit is contained in:
parent
cb8429d76a
commit
f57b1d02d4
2 changed files with 16 additions and 1 deletions
|
@ -255,6 +255,21 @@ DhcpNotifyConfigChange(LPWSTR ServerName,
|
|||
return 0;
|
||||
}
|
||||
|
||||
DWORD APIENTRY
|
||||
DhcpRequestParams(DWORD Flags,
|
||||
PVOID Reserved,
|
||||
LPWSTR AdapterName,
|
||||
LPDHCPCAPI_CLASSID ClassId,
|
||||
DHCPCAPI_PARAMS_ARRAY SendParams,
|
||||
DHCPCAPI_PARAMS_ARRAY RecdParams,
|
||||
LPBYTE Buffer,
|
||||
LPDWORD pSize,
|
||||
LPWSTR RequestIdStr)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*!
|
||||
* Get DHCP info for an adapter
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue