[DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Ansi)] public static extern uint DdeQueryStringA(IntPtr idInst, IntPtr hsz, StringBuilder psz, uint cchMax, int iCodePage );
Microsoft documentation: Link
Last updated 1 year ago