Networking_DhcpServerConfig_Destroy funkce
Hlavička: #include <applibs/networking.h>
Zničí Networking_DhcpServerConfig strukturu.
void Networking_DhcpServerConfig_Destroy(Networking_DhcpServerConfig *dhcpServerConfig);
Parametry
-
dhcpServerConfig
Ukazatel na Networking_DhcpServerConfig strukturu, která se má zničit.
Poznámky
Volání Networking_DhcpServerConfig_Destroy u struktury, která nebyla inicializována, není bezpečné. Po zavolání Networking_DhcpServerConfig_Destroy nesmí být struktura Networking_DhcpServerConfig použita, dokud není znovu inicializována pomocí funkce Networking_DhcpServerConfig_Init .