AddClipboardFormatListener (user32)
Last changed: -66.109.156.237

.
Summary
Places the given window in the system-maintained clipboard format listener list.

C# Signature:

[DllImport("user32.dll", SetLastError=true)]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool AddClipboardFormatListener(IntPtr hwnd);

VB Signature:

Declare Function AddClipboardFormatListener Lib "user32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation