Home
last modified time | relevance | path

Searched refs:GetModuleFileName (Results 1 – 25 of 2516) sorted by relevance

12345678910>>...101

/dports/cad/ghdl/ghdl-1.0.0/scripts/windows/mcode/
H A Dwindows_default_path.adb31 function GetModuleFileName (Inst : HINSTANCE; Buf : Address; Size : DWORD) subprogspec
33 pragma Import (Stdcall, GetModuleFileName, "GetModuleFileNameA");
42 Size := GetModuleFileName (Null_Address, File'Address, File'Length);
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dassociations.cpp87 GetModuleFileName(0L, name, MAX_PATH); in SetBatchBuildOnly()
103 GetModuleFileName(0L, name, MAX_PATH); in SetCore()
114 GetModuleFileName(0L, name, MAX_PATH); in SetAll()
125 GetModuleFileName(0L, name, MAX_PATH); in ClearAll()
136 GetModuleFileName(0L, name, MAX_PATH); in Check()
332 GetModuleFileName(0L, exe, MAX_PATH); in BEGIN_EVENT_TABLE()
346 GetModuleFileName(0L, name, MAX_PATH); in OnApply()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/windows/helpers/JavaAppLauncher/
H A DLC_WinUtils.cpp34 if ( !::GetModuleFileName( NULL, wPathBuf, sizeof wPathBuf ) ) in LC_getAppName()
52 if ( !::GetModuleFileName( NULL, wPathBuf, sizeof wPathBuf ) ) in LC_getExeDirectory()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/
H A DPythonVersions.py196 GetModuleFileName = ctypes.windll.kernel32.GetModuleFileNameW
197 GetModuleFileName.argtypes = (
202 GetModuleFileName.restype = ctypes.wintypes.DWORD
205 res = GetModuleFileName(ctypes.pythonapi._handle, buf, MAX_PATH)
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DMainWndFile.cpp186 GetModuleFileName( NULL, baseDir, MAX_PATH ); in OnFileLoad()
243 GetModuleFileName( NULL, baseDir, MAX_PATH ); in OnFileLoadSlot()
291 GetModuleFileName( NULL, baseDir, MAX_PATH ); in OnFileSave()
343 GetModuleFileName( NULL, baseDir, MAX_PATH ); in OnFileSaveSlot()
381 GetModuleFileName( NULL, baseDir, MAX_PATH ); in OnFileImportBatteryfile()
509 GetModuleFileName( NULL, baseDir, MAX_PATH ); in OnFileExportBatteryfile()
614 GetModuleFileName( NULL, baseDir, MAX_PATH ); in OnFileScreencapture()
770 GetModuleFileName( NULL, baseDir, MAX_PATH ); in OnFileSavegameOldestslot()
824 GetModuleFileName( NULL, baseDir, MAX_PATH ); in OnUpdateFileSavegameOldestslot()
876 GetModuleFileName( NULL, baseDir, MAX_PATH ); in OnFileLoadgameMostrecent()
[all …]
/dports/comms/cqrlog/cqrlog-2.5.0/src/synapse/
H A Dsynafpc.pas81 function GetModuleFileName(Module: TLibHandle; Buffer: PChar; BufLen: Integer): Integer; in GetModuleFileName() function
126 function GetModuleFileName(Module: TLibHandle; Buffer: PChar; BufLen: Integer): Integer; in GetModuleFileName() function
/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/synapse/source/lib/
H A Dsynafpc.pas81 function GetModuleFileName(Module: TLibHandle; Buffer: PChar; BufLen: Integer): Integer; in GetModuleFileName() function
126 function GetModuleFileName(Module: TLibHandle; Buffer: PChar; BufLen: Integer): Integer; in GetModuleFileName() function
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dwinstuff.c49 GetModuleFileName(NULL, str, FILE_MAX); in BLI_windows_get_executable_dir()
94 GetModuleFileName(0, BlPath, MAX_PATH); in BLI_windows_register_blend_extension()
206 if (GetModuleFileName(NULL, str, MAX_PATH + 1)) { in BLI_windows_get_default_root_dir()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/shell_integration/windows/OCContextMenu/
H A Ddllmain.cpp71 if (GetModuleFileName(g_hInst, szModule, ARRAYSIZE(szModule)) == 0) { in DllRegisterServer()
93 if (GetModuleFileName(g_hInst, szModule, ARRAYSIZE(szModule)) == 0) { in DllUnregisterServer()
/dports/graphics/f3d/f3d-1.2.1/src/winshellext/
H A DF3DShellExtension.cxx67 if (GetModuleFileName(g_hInst, szModuleName, ARRAYSIZE(szModuleName)) == 0) in DllRegisterServer()
99 if (GetModuleFileName(g_hInst, szModuleName, ARRAYSIZE(szModuleName)) == 0) in DllUnregisterServer()
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dlibrary.h99 #define GetModuleFileName GetModuleFileNameW macro
102 #define GetModuleFileName GetModuleFileNameA macro
/dports/converters/wkhtmltopdf/qt-5db36ec/src/winmain/
H A Dqtmain_win.cpp97 GetModuleFileName(0, appName, MAX_PATH); in WinMain()
107 GetModuleFileName(0, uniqueAppID, MAX_PATH); in WinMain()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/exceptionhandler/
H A Dexceptionhandler.cpp127 if (GetModuleFileName(ModuleHandle, ModName, sizeof(ModName)) > 0) { in ShowModuleInfo()
224 if (GetModuleFileName(0, ModuleName, sizeof(ModuleName)) <= 0) { in RecordSystemInformation()
337 if (GetModuleFileName(0, ModuleName, sizeof(ModuleName)) <= 0) { in RecordExceptionInfo()
373 …if (VirtualQuery((void*)Context->Eip, &MemInfo, sizeof(MemInfo)) && GetModuleFileName((HINSTANCE)M… in RecordExceptionInfo()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/exceptionhandler/
H A Dexceptionhandler.cpp127 if (GetModuleFileName(ModuleHandle, ModName, sizeof(ModName)) > 0) { in ShowModuleInfo()
224 if (GetModuleFileName(0, ModuleName, sizeof(ModuleName)) <= 0) { in RecordSystemInformation()
337 if (GetModuleFileName(0, ModuleName, sizeof(ModuleName)) <= 0) { in RecordExceptionInfo()
373 …if (VirtualQuery((void*)Context->Eip, &MemInfo, sizeof(MemInfo)) && GetModuleFileName((HINSTANCE)M… in RecordExceptionInfo()
/dports/deskutils/nextcloudclient/desktop-3.4.1/shell_integration/windows/NCContextMenu/
H A Ddllmain.cpp83 if (GetModuleFileName(g_hInst, szModule, ARRAYSIZE(szModule)) == 0) { in DllRegisterServer()
111 if (GetModuleFileName(g_hInst, szModule, ARRAYSIZE(szModule)) == 0) { in DllUnregisterServer()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/linux/
H A Dfpcylix.pp34 function GetModuleFileName(Module: HMODULE; Buffer: PChar; BufLen: Integer): Integer;
50 function GetModuleFileName(Module: HMODULE; Buffer: PChar; BufLen: Integer): Integer;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/linux/
H A Dfpcylix.pp34 function GetModuleFileName(Module: HMODULE; Buffer: PChar; BufLen: Integer): Integer;
50 function GetModuleFileName(Module: HMODULE; Buffer: PChar; BufLen: Integer): Integer;
/dports/lang/fpc-source/fpc-3.2.2/rtl/linux/
H A Dfpcylix.pp34 function GetModuleFileName(Module: HMODULE; Buffer: PChar; BufLen: Integer): Integer;
50 function GetModuleFileName(Module: HMODULE; Buffer: PChar; BufLen: Integer): Integer;
/dports/lang/fpc/fpc-3.2.2/rtl/linux/
H A Dfpcylix.pp34 function GetModuleFileName(Module: HMODULE; Buffer: PChar; BufLen: Integer): Integer;
50 function GetModuleFileName(Module: HMODULE; Buffer: PChar; BufLen: Integer): Integer;
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/win32/
H A Dwin_dbg.c175 if (GetModuleFileName(ModuleHandle, ModName, sizeof(ModName)) > 0) in ShowModuleInfo()
286 if (GetModuleFileName (NULL, ModuleName, sizeof(ModuleName)) <= 0) in RecordSystemInformation()
340 if (GetModuleFileName(NULL, ModuleName, sizeof(ModuleName)) <= 0) in RecordExceptionInfo()
375 GetModuleFileName ((HINSTANCE)MemInfo.AllocationBase, in RecordExceptionInfo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System/
H A DMonoToolsLocator.cs27 GetModuleFileName (IntPtr.Zero, moduleName, moduleName.Capacity); in MonoToolsLocator()
93 …static extern uint GetModuleFileName ([In] IntPtr hModule, [Out] StringBuilder lpFilename, [In] in… in GetModuleFileName() method in System.MonoToolsLocator
/dports/net/opennx/opennx-0.16/packaging/win32/xming/patches/
H A Dxming-envbasedir.patch32 - DWORD size = GetModuleFileName(module, buffer, sizeof(buffer));
35 + size = GetModuleFileName(module, buffer, sizeof(buffer));
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.incubator.jpackage/windows/native/libapplauncher/
H A DWindowsPlatform.cpp175 TString filename = GetModuleFileName(); in GetPackageRootDirectory()
191 TString result = GetModuleFileName(); in GetAppName()
204 TString appname = GetModuleFileName(); in ShowMessage()
244 TString WindowsPlatform::GetModuleFileName() { in GetModuleFileName() function in WindowsPlatform
251 ::GetModuleFileName(NULL, buffer.GetData(), in GetModuleFileName()
258 ::GetModuleFileName(NULL, buffer.GetData(), in GetModuleFileName()
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/w32_wrapper/
H A Drunscript_dll.c36 k = (int) GetModuleFileName(NULL, own_path, MAX_PATH); in dllrunscript()
43 k = (int) GetModuleFileName(module_handle, fpath, MAX_PATH); in dllrunscript()
/dports/devel/gettext-tools/gettext-0.21/gettext-runtime/gnulib-lib/
H A Dprogreloc.c85 # undef GetModuleFileName
86 # define GetModuleFileName GetModuleFileNameA macro
219 int length = GetModuleFileName (NULL, location, sizeof (location)); in find_executable()

12345678910>>...101