ReactOS 0.4.16-dev-823-g9a093ec
|
#include <rosdhcp_public.h>
Public Attributes | |
UINT | Type |
DWORD | AdapterIndex |
union { | |
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 13 of file rosdhcp_public.h.
DWORD _COMM_DHCP_REQ::AdapterIndex |
Definition at line 15 of file rosdhcp_public.h.
Referenced by DhcpLeaseIpAddress(), DhcpQueryHWInfo(), DhcpReleaseIpAddressLease(), DhcpRenewIpAddressLease(), DhcpRosGetAdapterInfo(), DhcpStaticRefreshParams(), DSGetAdapterInfo(), DSLeaseIpAddress(), DSQueryHWInfo(), DSReleaseIpAddressLease(), DSRenewIpAddressLease(), and DSStaticRefreshParams().
LPWSTR _COMM_DHCP_REQ::AdapterName |
Definition at line 21 of file rosdhcp_public.h.
union { ... } _COMM_DHCP_REQ::Body |
Referenced by DhcpStaticRefreshParams(), and DSStaticRefreshParams().
BOOL _COMM_DHCP_REQ::Inserted |
Definition at line 18 of file rosdhcp_public.h.
DWORD _COMM_DHCP_REQ::IPAddress |
Definition at line 29 of file rosdhcp_public.h.
DWORD _COMM_DHCP_REQ::Netmask |
Definition at line 30 of file rosdhcp_public.h.
DHCPCAPI_PARAMS_ARRAY _COMM_DHCP_REQ::Params |
Definition at line 22 of file rosdhcp_public.h.
struct { ... } _COMM_DHCP_REQ::PnpEvent |
struct { ... } _COMM_DHCP_REQ::RegisterParamChange |
LPWSTR _COMM_DHCP_REQ::RequestId |
Definition at line 26 of file rosdhcp_public.h.
struct { ... } _COMM_DHCP_REQ::RequestParams |
struct { ... } _COMM_DHCP_REQ::StaticRefreshParams |
Referenced by DhcpStaticRefreshParams(), and DSStaticRefreshParams().
UINT _COMM_DHCP_REQ::Type |
Definition at line 14 of file rosdhcp_public.h.
Referenced by DhcpLeaseIpAddress(), DhcpQueryHWInfo(), DhcpReleaseIpAddressLease(), DhcpRenewIpAddressLease(), DhcpRosGetAdapterInfo(), DhcpStaticRefreshParams(), and PipeThreadProc().
struct { ... } _COMM_DHCP_REQ::UndoRequestParams |