Home
last modified time | relevance | path

Searched defs:lpFilename (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DPsapi.java70 int GetModuleFileNameExA(HANDLE process, HANDLE module, byte[] lpFilename, int nSize); in GetModuleFileNameExA()
94 int GetModuleFileNameExW(HANDLE process, HANDLE module, char[] lpFilename, int nSize); in GetModuleFileNameExW()
118 int GetModuleFileNameEx(HANDLE process, HANDLE module, Pointer lpFilename, int nSize); in GetModuleFileNameEx()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Interop/Windows/kernel32/
H A DInterop.GetModuleFileName.cs16 … public extern static int GetModuleFileName(IntPtr hModule, StringBuilder lpFilename, int nSize); in GetModuleFileName()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/library/
H A Dlibrary.c233 DWORD GetModuleFileNameW(HMODULE hModule, LPWSTR lpFilename, DWORD nSize) in GetModuleFileNameW()
266 DWORD GetModuleFileNameA(HMODULE hModule, LPSTR lpFilename, DWORD nSize) in GetModuleFileNameA()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System/
H A DMonoToolsLocator.cs93 …static extern uint GetModuleFileName ([In] IntPtr hModule, [Out] StringBuilder lpFilename, [In] in… in GetModuleFileName()
/dports/devel/R-cran-BH/BH/inst/include/boost/winapi/
H A Ddll.hpp145 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
166 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPWSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/winapi/
H A Ddll.hpp145 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
166 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPWSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/winapi/
H A Ddll.hpp145 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
166 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPWSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
/dports/devel/hyperscan/boost_1_75_0/boost/winapi/
H A Ddll.hpp145 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
166 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPWSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/detail/winapi/
H A Ddll.hpp191 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
212 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPWSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
/dports/devel/boost-libs/boost_1_72_0/boost/winapi/
H A Ddll.hpp187 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
208 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPWSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
/dports/devel/boost-docs/boost_1_72_0/boost/winapi/
H A Ddll.hpp187 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
208 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPWSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
/dports/devel/boost-python-libs/boost_1_72_0/boost/winapi/
H A Ddll.hpp187 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
208 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPWSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/winapi/
H A Ddll.hpp187 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
208 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPWSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/detail/winapi/
H A Ddll.hpp191 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
212 BOOST_FORCEINLINE DWORD_ get_module_file_name(HMODULE_ hModule, LPWSTR_ lpFilename, DWORD_ nSize) in get_module_file_name()
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_win32ce_api.cpp86 DWORD CE_GetModuleFileNameA(HMODULE hModule, LPSTR lpFilename, DWORD nSize) in CE_GetModuleFileNameA()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_win32ce_api.cpp86 DWORD CE_GetModuleFileNameA(HMODULE hModule, LPSTR lpFilename, DWORD nSize) in CE_GetModuleFileNameA()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dsys_calls.cpp47 DWORD getModuleFileName(HMODULE hModule, LPWSTR lpFilename, DWORD nSize) { in getModuleFileName()
/dports/devel/apitrace/apitrace-9.0/retrace/
H A Dprocess_name.cpp149 MyGetModuleFileNameA(HMODULE hModule, LPSTR lpFilename, DWORD nSize) in MyGetModuleFileNameA()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/os_interface/windows/
H A Dsys_calls.cpp56 DWORD getModuleFileName(HMODULE hModule, LPWSTR lpFilename, DWORD nSize) { in getModuleFileName()
/dports/net-mgmt/icinga2/icinga2-2.13.2/plugins/
H A Dcheck_swap.cpp33 …EnumPageFilesProc(LPVOID pContext, PENUM_PAGE_FILE_INFORMATION pPageFileInfo, LPCWSTR lpFilename) { in EnumPageFilesProc()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dos_library_win_tests.cpp58 DWORD WINAPI GetModuleFileNameAMock(HMODULE hModule, LPSTR lpFilename, DWORD nSize) { in GetModuleFileNameAMock()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dsystem-path.cc194 LPTSTR lpFilename = (LPTSTR) malloc (sizeof(TCHAR) * size); in FindSelfDirectory() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Runtime.InteropServices/
H A DMarshalTest.cs865 StringBuilder lpFilename, in GetModuleFileName()
/dports/multimedia/xvid/xvidcore/dshow/src/
H A DCXvidDecoder.cpp342 TCHAR lpFilename[MAX_PATH]; local
/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-sysdeps-wince-glue.c1029 GetModuleFileNameA (HINSTANCE hModule, LPSTR lpFilename, DWORD nSize) in GetModuleFileNameA()

12