AddClipboardFormatListener (user32)
Last changed: Patrick-205.145.107.100

.
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.NET Signature

<DllImport("user32.dll", SetLastError:=true)> _
Public Function AddClipboardFormatListener(hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)>Boolean

VB Signature:

Declare Function AddClipboardFormatListener Lib "user32.dll" (hWnd As Long) As Boolean

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