ReactOS 0.4.16-dev-340-g0540c21
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::@3452::@3453 PnpEvent
struct _COMM_DHCP_REQ::@3452::@3455 UndoRequestParams
union _COMM_DHCP_REQ::@3452 Body
struct _COMM_DHCP_REQ::@3452::@3455 RequestParams
struct _COMM_DHCP_REQ::@3452::@3454 RegisterParamChange
struct _COMM_DHCP_REQ::@3452::@3456 StaticRefreshParams
DHCPCAPI_PARAMS_ARRAY Params
struct _COMM_DHCP_REPLY::@3457 QueryHWInfo
struct _COMM_DHCP_REPLY::@3458 GetAdapterInfo
WCHAR * LPWSTR
Definition: xmlstorage.h:184