GetOpenClipboardWindow (user32)
Last changed: -64.81.80.213

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern IntPtr GetOpenClipboardWindow();

VB.NET Signature

Public Declare Auto Function GetOpenClipboardWindow Lib "user32" () As IntPtr

Return Value

If the function succeeds, the return value is the handle to the window that has the clipboard open. If no window has the clipboard open, the return value is NULL. To get extended error information, call Marshal.GetLastWin32Error.

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation