mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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
|
||||
*
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
@ stdcall DhcpRenewIpAddressLease(long)
|
||||
@ stub DhcpRenewIpAddressLeaseEx
|
||||
@ stub DhcpRequestOptions
|
||||
@ stub DhcpRequestParams
|
||||
@ stdcall DhcpRequestParams(long ptr ptr ptr long ptr long ptr ptr ptr ptr)
|
||||
@ stdcall DhcpStaticRefreshParams(long long long)
|
||||
@ stub DhcpUndoRequestParams
|
||||
@ stub McastApiCleanup
|
||||
|
|
Loading…
Reference in a new issue