ReactOS 0.4.15-dev-7958-gcd0bb1a
dhcp.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Networking
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: lib/iphlpapi/dhcp_reactos.c
5 * PURPOSE: DHCP helper functions for ReactOS
6 * COPYRIGHT: Copyright 2006 Ge van Geldorp <gvg@reactos.org>
7 */
8
9#ifndef WINE_DHCP_H_
10#define WINE_DHCP_H_
11
13 PBOOL DhcpEnabled,
14 PDWORD DhcpServer,
15 time_t *LeaseObtained,
16 time_t *LeaseExpires);
17
18#endif /* ndef WINE_DHCP_H_ */
DWORD getDhcpInfoForAdapter(DWORD AdapterIndex, PBOOL DhcpEnabled, PDWORD DhcpServer, time_t *LeaseObtained, time_t *LeaseExpires)
Definition: dhcp_reactos.c:17
__kernel_time_t time_t
Definition: linux.h:252
unsigned long DWORD
Definition: ntddk_ex.h:95
DWORD * PDWORD
Definition: pedump.c:68
BOOL * PBOOL
Definition: windef.h:161