@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: The GetOpenClipboardWindow API !!!!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@msdn. !!!!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:[ GetOpenClipboardWindow@msdn on MSDN GetLastWin32Error@msdn on MSDN ]
Edit user32.GetOpenCli...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.