Funkcja Networking_DhcpServerConfig_Init
Nagłówek: #include <applibs/networking.h>
Inicjuje strukturę Networking_DhcpServerConfig z domyślną konfiguracją serwera DHCP.
void Networking_DhcpServerConfig_Init(Networking_DhcpServerConfig *dhcpServerConfig);
Parametry
-
dhcpServerConfig
Wskaźnik do struktury Networking_DhcpServerConfig, która odbiera domyślną konfigurację serwera DHCP.
Uwagi
Gdy struktura Networking_DhcpServerConfig nie jest już potrzebna, funkcja Networking_DhcpServerConfig_Destroy musi zostać wywołana struktury, aby uniknąć przecieków zasobów.