Desktop Functions: Smart Device Functions:
|
GetOpenClipboardWindow (user32)
C# Signature:
[DllImport("user32.dll")] VB.NET Signature
Public Declare Auto Function GetOpenClipboardWindow Lib "user32" () As IntPtr Return ValueIf 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. 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 System.Runtime.InteropServices.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! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|