Home
last modified time | relevance | path

Searched defs:lpModuleName (Results 1 – 21 of 21) sorted by relevance

/dports/x11-toolkits/scintilla/scite/win32/
H A DDLLFunction.h27 T DLLFunction(LPCWSTR lpModuleName, LPCSTR lpProcName) noexcept { in DLLFunction()
/dports/editors/scite/scite/win32/
H A DDLLFunction.h27 T DLLFunction(LPCWSTR lpModuleName, LPCSTR lpProcName) noexcept { in DLLFunction()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/library/
H A Dlibrary.c209 HMODULE GetModuleHandleA(LPCSTR lpModuleName) in GetModuleHandleA()
217 HMODULE GetModuleHandleW(LPCWSTR lpModuleName) in GetModuleHandleW()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dsys_calls.cpp44 BOOL getModuleHandle(DWORD dwFlags, LPCWSTR lpModuleName, HMODULE *phModule) { in getModuleHandle()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/DllLoader/
H A Ddll.cpp214 extern "C" HMODULE WINAPI dllGetModuleHandleA(const char* lpModuleName) in dllGetModuleHandleA()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/os_interface/windows/
H A Dsys_calls.cpp48 BOOL getModuleHandle(DWORD dwFlags, LPCWSTR lpModuleName, HMODULE *phModule) { in getModuleHandle()
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DPlugins.hs168 lpModuleName = moduleName . mi_module . lpModule function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DPlugins.hs168 lpModuleName = moduleName . mi_module . lpModule function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Driver/
H A DPlugins.hs174 lpModuleName = moduleName . mi_module . lpModule function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DPlugins.hs168 lpModuleName = moduleName . mi_module . lpModule function
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/
H A Dwinrt.cpp51 _In_opt_ LPCTSTR lpModuleName) { in GetModuleHandle()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/
H A Dwinrt.cpp51 _In_opt_ LPCTSTR lpModuleName) { in GetModuleHandle()
/dports/lang/racket-minimal/racket-8.3/src/start/
H A DMemoryModule.c1174 BOOL WINAPI GetModuleHandleExW_redirect(DWORD dwFlags, LPCWSTR lpModuleName, HMODULE *phModule) { in GetModuleHandleExW_redirect()
/dports/lang/racket/racket-8.3/src/start/
H A DMemoryModule.c1174 BOOL WINAPI GetModuleHandleExW_redirect(DWORD dwFlags, LPCWSTR lpModuleName, HMODULE *phModule) { in GetModuleHandleExW_redirect()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/
H A Dkernel32.py2516 def GetModuleHandleA(lpModuleName): argument
2525 def GetModuleHandleW(lpModuleName): argument
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Dkernel32.py2516 def GetModuleHandleA(lpModuleName): argument
2525 def GetModuleHandleW(lpModuleName): argument
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Dkernel32.py2516 def GetModuleHandleA(lpModuleName): argument
2525 def GetModuleHandleW(lpModuleName): argument
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Dkernel32.py2516 def GetModuleHandleA(lpModuleName): argument
2525 def GetModuleHandleW(lpModuleName): argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DUnsafeNativeMethods.cs1100 …internal static extern SafeLibraryHandle LoadLibraryEx(string lpModuleName, IntPtr hFile, uint dwF… in LoadLibraryEx()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kProfiler2/
H A DkPrf2WinApiWrappers-kernel32.h1982 __declspec(dllexport) DWORD WINAPI kPrf2Wrap_LoadModule( LPCSTR lpModuleName, LPVOID lpParameterBlo… in kPrf2Wrap_LoadModule()
3395 __declspec(dllexport) HMODULE WINAPI kPrf2Wrap_GetModuleHandleA( LPCSTR lpModuleName ) in kPrf2Wrap_GetModuleHandleA()
3404 __declspec(dllexport) HMODULE WINAPI kPrf2Wrap_GetModuleHandleW( LPCWSTR lpModuleName ) in kPrf2Wrap_GetModuleHandleW()
3413 __declspec(dllexport) BOOL WINAPI kPrf2Wrap_GetModuleHandleExA( DWORD dwFlags, LPCSTR lpModuleName,… in kPrf2Wrap_GetModuleHandleExA()
3422 __declspec(dllexport) BOOL WINAPI kPrf2Wrap_GetModuleHandleExW( DWORD dwFlags, LPCWSTR lpModuleName in kPrf2Wrap_GetModuleHandleExW()
/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.java2952 public static final native long GetModuleHandle (char [] lpModuleName); in GetModuleHandle()