eth32cfg_plugin_interface_list_free

void eth32cfg_plugin_interface_list_free(eth32cfgiflist handle);

Summary

This function frees the memory associated with the network interface list that was previously obtained by calling eth32cfg_plugin_interface_list. You must call this function on any open interface list handles in the same application process before loading a different plugin with eth32cfg_plugin_load.

Parameters

  • handle - The value returned by eth32cfg_plugin_interface_list

Return Value

This function does not return a value.

See Also

eth32cfg_plugin_interface_list