Home
last modified time | relevance | path

Searched defs:hWndNewOwner (Results 1 – 3 of 3) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/os/win/
H A Dwclipboard.cpp83 static const HWND hWndNewOwner = 0; // MSDN: associate with "current task" variable
/dports/security/keepass/KeePass-2.49-Source/KeePass/Native/
H A DNativeMethods.cs221 internal static extern bool OpenClipboard(IntPtr hWndNewOwner); in OpenClipboard()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java3860 public static final native boolean OpenClipboard (long hWndNewOwner); in OpenClipboard()