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