WNetCancelConnection2
[DllImport("Mpr.dll", SetLastError = true)]
public static extern uint WNetCancelConnection2(
string lpszName,
uint dwFlags,
bool fForce
);Microsoft documentation: Link
Last updated
[DllImport("Mpr.dll", SetLastError = true)]
public static extern uint WNetCancelConnection2(
string lpszName,
uint dwFlags,
bool fForce
);Microsoft documentation: Link
Last updated