funktionen Networking_DhcpServerConfig_Init
Sidhuvud: #include <applibs/networking.h>
Initierar en Networking_DhcpServerConfig struct med standardkonfigurationen för DHCP Server.
void Networking_DhcpServerConfig_Init(Networking_DhcpServerConfig *dhcpServerConfig);
Parametrar
-
dhcpServerConfig
En pekare till den Networking_DhcpServerConfig struct som tar emot STANDARD-DHCP-serverkonfigurationen.
Anmärkningar
När Networking_DhcpServerConfig struct inte längre behövs måste funktionen Networking_DhcpServerConfig_Destroy anropas på structen för att undvika resursläckor.