ReactOS 0.4.16-dev-1040-g85afe48
|
#include <rosdhcp_pipe.h>
Public Attributes | |
UINT | Type |
DWORD | AdapterIndex |
union { | |
struct { | |
CHAR AdapterName [64] | |
} AcquireParams | |
struct { | |
BOOL Inserted | |
} PnpEvent | |
struct { | |
LPWSTR AdapterName | |
DHCPCAPI_PARAMS_ARRAY Params | |
} RegisterParamChange | |
struct { | |
LPWSTR AdapterName | |
LPWSTR RequestId | |
} RequestParams | |
struct { | |
LPWSTR AdapterName | |
LPWSTR RequestId | |
} UndoRequestParams | |
struct { | |
DWORD IPAddress | |
DWORD Netmask | |
} StaticRefreshParams | |
} | Body |
Definition at line 14 of file rosdhcp_pipe.h.
struct { ... } _COMM_DHCP_REQ::AcquireParams |
Referenced by DhcpAcquireParameters(), and DhcpReleaseParameters().
DWORD _COMM_DHCP_REQ::AdapterIndex |
Definition at line 16 of file rosdhcp_pipe.h.
Referenced by DhcpLeaseIpAddress(), DhcpQueryHWInfo(), DhcpReleaseIpAddressLease(), DhcpRenewIpAddressLease(), DhcpStaticRefreshParams(), DSLeaseIpAddress(), DSQueryHWInfo(), DSReleaseIpAddressLease(), DSRenewIpAddressLease(), and DSStaticRefreshParams().
CHAR _COMM_DHCP_REQ::AdapterName[64] |
Definition at line 21 of file rosdhcp_pipe.h.
LPWSTR _COMM_DHCP_REQ::AdapterName |
Definition at line 27 of file rosdhcp_pipe.h.
union { ... } _COMM_DHCP_REQ::Body |
Referenced by DhcpAcquireParameters(), DhcpReleaseParameters(), DhcpStaticRefreshParams(), and DSStaticRefreshParams().
BOOL _COMM_DHCP_REQ::Inserted |
Definition at line 24 of file rosdhcp_pipe.h.
DWORD _COMM_DHCP_REQ::IPAddress |
Definition at line 35 of file rosdhcp_pipe.h.
DWORD _COMM_DHCP_REQ::Netmask |
Definition at line 36 of file rosdhcp_pipe.h.
DHCPCAPI_PARAMS_ARRAY _COMM_DHCP_REQ::Params |
Definition at line 28 of file rosdhcp_pipe.h.
struct { ... } _COMM_DHCP_REQ::PnpEvent |
struct { ... } _COMM_DHCP_REQ::RegisterParamChange |
LPWSTR _COMM_DHCP_REQ::RequestId |
Definition at line 32 of file rosdhcp_pipe.h.
struct { ... } _COMM_DHCP_REQ::RequestParams |
struct { ... } _COMM_DHCP_REQ::StaticRefreshParams |
Referenced by DhcpStaticRefreshParams(), and DSStaticRefreshParams().
UINT _COMM_DHCP_REQ::Type |
Definition at line 15 of file rosdhcp_pipe.h.
Referenced by DhcpAcquireParameters(), DhcpLeaseIpAddress(), DhcpQueryHWInfo(), DhcpReleaseIpAddressLease(), DhcpReleaseParameters(), DhcpRenewIpAddressLease(), DhcpStaticRefreshParams(), and PipeThreadProc().
struct { ... } _COMM_DHCP_REQ::UndoRequestParams |