Home
last modified time | relevance | path

Searched refs:GetLibraryHandle (Results 1 – 5 of 5) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos_custom.c41 JNIEXPORT jlong JNICALL OS_NATIVE(GetLibraryHandle) in OS_NATIVE() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DDirectoryContext.cs43 GetLibraryHandle(); in DirectoryContext()
685 private static void GetLibraryHandle() in GetLibraryHandle() method in System.DirectoryServices.ActiveDirectory.DirectoryContext
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DText.java340 int hresult = OS.LoadIconMetric (OS.GetLibraryHandle (), IDI_SEARCH, OS.LIM_SMALL, phicon); in createHandle()
343 hresult = OS.LoadIconMetric (OS.GetLibraryHandle (), IDI_CANCEL, OS.LIM_SMALL, phicon); in createHandle()
H A DComposite.java999 …Hook = OS.SetWindowsHookEx (OS.WH_GETMESSAGE, display.getMsgProc, OS.GetLibraryHandle(), threadId); in resizeEmbeddedHandle()
/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.java52 pActCtx.hModule = OS.GetLibraryHandle ();
2902 public static final native long GetLibraryHandle (); in GetLibraryHandle() method in OS