DdeDisconnectList

[DllImport("user32.dll", SetLastError = true)]
public static extern bool DdeDisconnectList(
   IntPtr hConvList
);

Microsoft documentation: Link

Last updated