mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:43:09 +00:00
[DHCPCSVC] Remove obsolete functions
DhcpLeaseIpAddress, DhcpReleaseIpAddressLease and DhcpRenewIpAddressLease have been replaced by DhcpAcquireParameters and DhcpReleaseParameters
This commit is contained in:
parent
33696393e7
commit
a6d3787507
7 changed files with 3 additions and 210 deletions
|
@ -32,13 +32,10 @@ APIENTRY
|
|||
DhcpReleaseParameters(
|
||||
_In_ PWSTR AdapterName);
|
||||
|
||||
DWORD APIENTRY DhcpLeaseIpAddress( DWORD AdapterIndex );
|
||||
DWORD APIENTRY DhcpQueryHWInfo( DWORD AdapterIndex,
|
||||
PDWORD MediaType,
|
||||
PDWORD Mtu,
|
||||
PDWORD Speed );
|
||||
DWORD APIENTRY DhcpReleaseIpAddressLease( DWORD AdapterIndex );
|
||||
DWORD APIENTRY DhcpRenewIpAddressLease( DWORD AdapterIndex );
|
||||
DWORD APIENTRY DhcpStaticRefreshParams( DWORD AdapterIndex,
|
||||
DWORD Address,
|
||||
DWORD Netmask );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue