|
ReactOS 0.4.16-dev-2613-g9533ad7
|

Go to the source code of this file.
Classes | |
| struct | _DHCP_PNP_EVENT |
Typedefs | |
| typedef struct _DHCP_PNP_EVENT | DHCP_PNP_EVENT |
| typedef struct _DHCP_PNP_EVENT * | PDHCP_PNP_EVENT |
| typedef struct _DHCP_PNP_EVENT DHCP_PNP_EVENT |
| typedef struct _DHCP_PNP_EVENT * PDHCP_PNP_EVENT |
Renews a DHCP Lease
| [in] | AdapterName | Name (GUID) of the Adapter |
Definition at line 243 of file dhcpcsvc.c.
Referenced by IpRenewAddress(), and Renew().
Renews a DHCP Lease
| [in] | AdapterName | Name (GUID) of the Adapter |
Definition at line 275 of file dhcpcsvc.c.
| DWORD APIENTRY DhcpEnumClasses | ( | _In_ DWORD | Unknown1, |
| _In_ PWSTR | AdapterName, | ||
| _In_ DWORD | Unknown3, | ||
| _In_ DWORD | Unknown4 | ||
| ) |
Enumerates the DHCP user classes for the given adapter
| [in] | Unknown1 | Unknown |
| [in] | AdapterName | Name (GUID) of the Adapter |
| [in] | Unknown3 | Unknown |
| [in] | Unknown4 | Unknown |
Definition at line 316 of file dhcpcsvc.c.
Notify the DHCP client to refresh its fallback configuration
| [in] | AdapterName | Name (GUID) of the Adapter |
Definition at line 339 of file dhcpcsvc.c.
| DWORD APIENTRY DhcpHandlePnPEvent | ( | _In_ DWORD | Unknown1, |
| _In_ DWORD | Unknown2, | ||
| _In_ PWSTR | AdapterName, | ||
| _In_ PDHCP_PNP_EVENT | PnpEvent, | ||
| _In_ DWORD | Unknown5 | ||
| ) |
Notify the DHCP client of PNP events
| [in] | Unknown1 | Unknown |
| [in] | Unknown2 | Unknown |
| [in] | AdapterName | Name (GUID) of the Adapter |
| [in] | PnpEvent | Unknown |
| [in] | Unknown5 | Unknown |
Definition at line 383 of file dhcpcsvc.c.
Referenced by SetClassId().
| DWORD APIENTRY DhcpNotifyConfigChange | ( | _In_ LPWSTR | ServerName, |
| _In_ LPWSTR | AdapterName, | ||
| _In_ BOOL | NewIpAddress, | ||
| _In_ DWORD | IpIndex, | ||
| _In_ DWORD | IpAddress, | ||
| _In_ DWORD | SubnetMask, | ||
| _In_ INT | DhcpAction | ||
| ) |
Set new TCP/IP parameters and notify DHCP client service of this
| [in] | ServerName | NULL for local machine |
| [in] | AdapterName | IPHLPAPI name of adapter to change |
| [in] | NewIpAddress | TRUE if IP address changes |
| [in] | IpIndex | ... |
| [in] | IpAddress | New IP address (network byte order) |
| [in] | SubnetMask | New subnet mask (network byte order) |
| [in] | DhcpAction | 0 - don't modify 1 - enable DHCP 2 - disable DHCP |
Definition at line 438 of file dhcpcsvc.c.
| DWORD APIENTRY DhcpNotifyConfigChangeEx | ( | _In_ LPWSTR | ServerName, |
| _In_ LPWSTR | AdapterName, | ||
| _In_ BOOL | NewIpAddress, | ||
| _In_ DWORD | IpIndex, | ||
| _In_ DWORD | IpAddress, | ||
| _In_ DWORD | SubnetMask, | ||
| _In_ INT | DhcpAction, | ||
| _In_ DWORD | Unknown8 | ||
| ) |
Set new TCP/IP parameters and notify DHCP client service of this
| [in] | ServerName | NULL for local machine |
| [in] | AdapterName | IPHLPAPI name of adapter to change |
| [in] | NewIpAddress | TRUE if IP address changes |
| [in] | IpIndex | ... |
| [in] | IpAddress | New IP address (network byte order) |
| [in] | SubnetMask | New subnet mask (network byte order) |
| [in] | DhcpAction | 0 - don't modify 1 - enable DHCP 2 - disable DHCP |
| [in] | Unknown8 | Unknown |
Definition at line 488 of file dhcpcsvc.c.
Referenced by DhcpNotifyConfigChange().
Releases a DHCP Lease
| [in] | AdapterName | Name (GUID) of the Adapter |
Definition at line 578 of file dhcpcsvc.c.
Referenced by IpReleaseAddress(), and Release().
Definition at line 626 of file dhcpcsvc.c.
Referenced by INetCfgComponentControl_fnApplyPnpChanges().