funkce Networking_DhcpServerConfig_Init
Hlavička: #include <applibs/networking.h>
Inicializuje strukturu Networking_DhcpServerConfig s výchozí konfigurací serveru DHCP.
void Networking_DhcpServerConfig_Init(Networking_DhcpServerConfig *dhcpServerConfig);
Parametry
-
dhcpServerConfig
Ukazatel na strukturu Networking_DhcpServerConfig, která přijímá výchozí konfiguraci serveru DHCP.
Poznámky
Pokud již Networking_DhcpServerConfig struktura není potřeba, musí být ve struktuře volána funkce Networking_DhcpServerConfig_Destroy , aby nedošlo k nevracení prostředků.