PfDeleteInterface
[DllImport("Iphlpapi.dll", SetLastError = true)]
public static extern int PfDeleteInterface(
ref IP_ADAPTER_BINDING_INFO AdapterInfo
);
Last updated
[DllImport("Iphlpapi.dll", SetLastError = true)]
public static extern int PfDeleteInterface(
ref IP_ADAPTER_BINDING_INFO AdapterInfo
);
Last updated