DdeQueryNextServer

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

Microsoft documentation: Linkarrow-up-right

Last updated