DdeKeepStringHandle

[DllImport("user32.dll", SetLastError = true)]
public static extern bool DdeKeepStringHandle(
   IntPtr idInst,
   IntPtr hsz
);

Microsoft documentation: Link

Last updated