[DllImport("user32.dll")]
static extern IntPtr GetOpenClipboardWindow();
Public Declare Auto Function GetOpenClipboardWindow Lib "user32" () As IntPtr
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.
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!