ReactOS 0.4.15-dev-5863-g1fe3ab7
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
union _COMM_DHCP_REPLY COMM_DHCP_REPLY
@ 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::@3414::@3415 PnpEvent
struct _COMM_DHCP_REQ::@3414::@3417 UndoRequestParams
struct _COMM_DHCP_REQ::@3414::@3418 StaticRefreshParams
struct _COMM_DHCP_REQ::@3414::@3416 RegisterParamChange
union _COMM_DHCP_REQ::@3414 Body
DHCPCAPI_PARAMS_ARRAY Params
struct _COMM_DHCP_REQ::@3414::@3417 RequestParams
struct _COMM_DHCP_REPLY::@3419 QueryHWInfo
struct _COMM_DHCP_REPLY::@3420 GetAdapterInfo
WCHAR * LPWSTR
Definition: xmlstorage.h:184