ReactOS 0.4.15-dev-8434-g155a7c7
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::@3449::@3452 RequestParams
struct _COMM_DHCP_REQ::@3449::@3450 PnpEvent
struct _COMM_DHCP_REQ::@3449::@3452 UndoRequestParams
union _COMM_DHCP_REQ::@3449 Body
struct _COMM_DHCP_REQ::@3449::@3451 RegisterParamChange
struct _COMM_DHCP_REQ::@3449::@3453 StaticRefreshParams
DHCPCAPI_PARAMS_ARRAY Params
struct _COMM_DHCP_REPLY::@3455 GetAdapterInfo
struct _COMM_DHCP_REPLY::@3454 QueryHWInfo
WCHAR * LPWSTR
Definition: xmlstorage.h:184