ChangeClipboardChain (user32)
Last changed: anathan-207.46.238.133

.
Summary
Removes a specified window from the chain of clipboard viewers.

C# Signature:

[DllImport("user32.dll")]
static extern bool ChangeClipboardChain(IntPtr hWndRemove, IntPtr hWndNewNext);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

The ManagedWindowsApi project (http://mwinapi.sourceforge.net) provides a

ClipboardNotifier class.

Documentation