getclipboardowner (user32)
Last changed: amissico@hotmail.com-64.81.80.213

.
Summary

C# Signature:

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

VB.NET Signature

Public Declare Unicode Function GetClipboardOwner Lib "user32" () As IntPtr

Return Value

If the function succeeds, the return value is the handle to the window that owns the clipboard.

If the clipboard is not owned, the return value is NULL. To get extended error information, call GetLastError.

User-Defined Types:

None.

Notes:

Implemented as Unicode version.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation