TCPIP_DHCPS_IsEnabled Function
C
bool TCPIP_DHCPS_IsEnabled(
TCPIP_NET_HANDLE hNet
);
Description
This function returns the current state of the DHCP Server on the specified interface.
Preconditions
The DHCP server module should have been initialized.
Parameters
Parameters | Description |
---|---|
hNet | Interface handle to query. |
Returns
True - If successful.
False - If unsuccessful.
Remarks
None.