ExtEscape

[DllImport("coredll.dll", SetLastError = true)]
public static extern int ExtEscape(
   IntPtr hdc,
   int nEscape,
   int cbInput,
   IntPtr lpszInData,
   int cbOutput,
   IntPtr lpszOutData
);

Microsoft documentation: Link

Last updated