More work on USB related definitions
[reactos.git] / include / psdk / dhcpcapi.h
1 #ifndef _DHCPCAPI_H
2 #define _DHCPCAPI_H
3
4 #include <windows.h>
5 #include <accctrl.h>
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 VOID WINAPI DhcpLeaseIpAddress( ULONG AdapterIndex );
12 VOID WINAPI DhcpReleaseIpAddressLease( ULONG AdapterIndex );
13 VOID WINAPI DhcpStaticRefreshParams
14 ( ULONG AdapterIndex, ULONG IpAddress, ULONG NetMask );
15
16 #ifdef __cplusplus
17 }
18 #endif
19
20 #endif/*_DHCPCAPI_H*/