[DllImport("user32.dll", SetLastError = true)] public static extern bool DdeAbandonTransaction( uint idInst, IntPtr hConv, uint idTransaction );
Last updated 1 year ago