DdeQueryNextServer

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

Microsoft documentation: Link

Last updated