Home
last modified time | relevance | path

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

/reactos/modules/rostests/rosautotest/
H A Dmisc.cpp28 if (!GetModuleFileName(NULL, szPath, sizeof(szPath) / sizeof(szPath[0]))) in InitLogs()
/reactos/modules/rostests/apitests/kernel32/
H A DCMakeLists.txt19 GetModuleFileName.c
H A DGetModuleFileName.c114 START_TEST(GetModuleFileName) in START_TEST() argument
/reactos/modules/rostests/tests/wpickclick/
H A Dwpickclick.c83 if (!GetModuleFileName(NULL,dllpath,sizeof(dllpath))) in load_hook_dll()
/reactos/modules/rostests/kmtests/kmtest/
H A Dservice.c428 if (!GetModuleFileName(NULL, DriverPath, sizeof DriverPath / sizeof DriverPath[0])) in KmtpCreateService()
/reactos/base/services/nfsd/
H A Dservice.c357 if ( GetModuleFileName( NULL, szPath, 512 ) == 0 ) in CmdInstallService()
/reactos/modules/rosapps/lib/vfdlib/
H A Dvfdshutil.cpp170 temp = GetModuleFileName(g_hDllModule, buf, sizeof(buf)); in VfdRegisterHandlers()
H A Dvfdshprop.cpp246 ret = GetModuleFileName( in OnControl()
H A Dvfdctl.c302 len = GetModuleFileName( in VfdInstallDriver()
/reactos/base/shell/cmd/
H A Ddel.c87 GetModuleFileName(NULL, CMDPath, ARRAYSIZE(CMDPath)); in LoadStrings()
H A Dcmd.c667 GetModuleFileName(NULL, CmdPath, ARRAYSIZE(CmdPath)); in ExecuteAsync()
2176 if (GetModuleFileName(NULL, ModuleName, ARRAYSIZE(ModuleName)) != 0) in Initialize()
/reactos/base/applications/games/spider/
H A Dspider.cpp45 ptr = szDest + GetModuleFileName(GetModuleHandle(0), szDest, nDestLen) - 1; in MakePath()
/reactos/base/system/rundll32/
H A Drundll32.c222 GetModuleFileName(0,ModuleFileName,MAX_PATH); in GetModuleTitle()
/reactos/base/applications/network/telnet/src/
H A Dtnmain.cpp331 GetModuleFileName(NULL, startdir, sizeof(startdir)); in main()
/reactos/base/setup/welcome/
H A Dwelcome.c244 GetModuleFileName(NULL, lpInstallerPath, PathSize - cchInstallerNameLen - 1); in ExpandInstallerPath()
660 GetModuleFileName(NULL, szAppPath, ARRAYSIZE(szAppPath)); in LoadConfiguration()
/reactos/base/applications/games/solitaire/
H A Dsolitaire.cpp51 ptr = szDest + GetModuleFileName(GetModuleHandle(0), szDest, nDestLen) - 1; in MakePath()
/reactos/base/services/tftpd/
H A Dtftpd.cpp273 if (GetModuleFileName(0, path, sizeof(path) / sizeof(path[0])) > 0) in installService()
1809 GetModuleFileName(NULL, extbuff, _MAX_PATH); in init()
1963 GetModuleFileName(NULL, cfig.homes[0].target, UCHAR_MAX); in init()
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dutil.c547 …if (GetModuleFileName(NULL, gOurInstallationPath, (DWORD) sizeof(gOurInstallationPath) - 1) <= 0) { in InitOurDirectory()
/reactos/dll/cpl/desk/
H A Dscreensaver.c565 GetModuleFileName(hApplet, szLocalPath, _countof(szLocalPath)); in EnumScreenSavers()
/reactos/base/applications/notepad/
H A Ddialog.c422 GetModuleFileName(NULL, pszNotepadExe, _countof(pszNotepadExe)); in DIALOG_FileNewWindow()
/reactos/base/applications/rapps/
H A Dgeninst.cpp527 GetModuleFileName(NULL, p + 1, MAX_PATH); in ExtractAndInstallThread()
/reactos/modules/rosapps/applications/explorer-old/
H A Dexplorer.cpp1030 int l = GetModuleFileName(0, path, COUNTOF(path)); in _tWinMain()
/reactos/sdk/include/psdk/
H A Dwinbase.h3642 #define GetModuleFileName GetModuleFileNameW macro
3856 #define GetModuleFileName GetModuleFileNameA macro
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/
H A Dmstscax.cpp26 GetModuleFileName(hmSelf, szFileName, MAX_PATH); in init()