Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/refresh/win32/
H A DWin32Natives.java213 public static native boolean FindCloseChangeNotification(long hChangeHandle); in FindCloseChangeNotification()
223 public static native boolean FindNextChangeNotification(long hChangeHandle); in FindNextChangeNotification()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/natives/
H A Dref.c89 (JNIEnv *env, jclass this, jlong hChangeHandle){ in Java_org_eclipse_core_internal_resources_refresh_win32_Win32Natives_FindCloseChangeNotification()
99 (JNIEnv *env, jclass this, jlong hChangeHandle){ in Java_org_eclipse_core_internal_resources_refresh_win32_Win32Natives_FindNextChangeNotification()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kProfiler2/
H A DkPrf2WinApiWrappers-kernel32.h6113 __declspec(dllexport) BOOL WINAPI kPrf2Wrap_FindNextChangeNotification( HANDLE hChangeHandle ) in kPrf2Wrap_FindNextChangeNotification()
6122 __declspec(dllexport) BOOL WINAPI kPrf2Wrap_FindCloseChangeNotification( HANDLE hChangeHandle ) in kPrf2Wrap_FindCloseChangeNotification()