SetClipboardViewer

[DllImport("user32.dll", SetLastError = true)]
public static extern IntPtr SetClipboardViewer(
   IntPtr hWndNewViewer
);

Microsoft documentation: Linkarrow-up-right

Last updated