ReactOS 0.4.16-dev-13-ge2fc578
rosdhcp_public.h
Go to the documentation of this file.
1#ifndef ROSDHCP_PUBLIC_H
2#define ROSDHCP_PUBLIC_H
3
4enum {
11};
12
13typedef struct _COMM_DHCP_REQ {
16 union {
17 struct {
20 struct {
24 struct {
28 struct {
34
35typedef union _COMM_DHCP_REPLY {
37 struct {
43 struct {
50
51#define DHCP_PIPE_NAME L"\\\\.\\pipe\\dhcpclient"
52
53#endif/*ROSDHCP_PUBLIC_H*/
__kernel_time_t time_t
Definition: linux.h:252
unsigned int BOOL
Definition: ntddk_ex.h:94
unsigned long DWORD
Definition: ntddk_ex.h:95
unsigned int UINT
Definition: ndis.h:50
struct _COMM_DHCP_REQ COMM_DHCP_REQ
@ DhcpReqLeaseIpAddress
Definition: rosdhcp_public.h:5
@ DhcpReqRenewIpAddress
Definition: rosdhcp_public.h:8
@ DhcpReqGetAdapterInfo
@ DhcpReqStaticRefreshParams
Definition: rosdhcp_public.h:9
@ DhcpReqReleaseIpAddress
Definition: rosdhcp_public.h:7
@ DhcpReqQueryHWInfo
Definition: rosdhcp_public.h:6
union _COMM_DHCP_REPLY COMM_DHCP_REPLY
struct _COMM_DHCP_REQ::@3443::@3445 RegisterParamChange
struct _COMM_DHCP_REQ::@3443::@3447 StaticRefreshParams
union _COMM_DHCP_REQ::@3443 Body
DHCPCAPI_PARAMS_ARRAY Params
struct _COMM_DHCP_REQ::@3443::@3444 PnpEvent
struct _COMM_DHCP_REQ::@3443::@3446 RequestParams
struct _COMM_DHCP_REQ::@3443::@3446 UndoRequestParams
struct _COMM_DHCP_REPLY::@3448 QueryHWInfo
struct _COMM_DHCP_REPLY::@3449 GetAdapterInfo
WCHAR * LPWSTR
Definition: xmlstorage.h:184