Desktop Functions: Smart Device Functions:
|
GetClipboardOwner (user32)
C# Signature:
[DllImport("user32.dll")] VB.NET Signature
Public Declare Unicode Function GetClipboardOwner Lib "user32" () As IntPtr Return ValueIf 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! 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). |
|