/reactos/modules/rostests/rosautotest/ |
H A D | misc.cpp | 28 if (!GetModuleFileName(NULL, szPath, sizeof(szPath) / sizeof(szPath[0]))) in InitLogs()
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | CMakeLists.txt | 19 GetModuleFileName.c
|
H A D | GetModuleFileName.c | 114 START_TEST(GetModuleFileName) in START_TEST() argument
|
/reactos/modules/rostests/tests/wpickclick/ |
H A D | wpickclick.c | 83 if (!GetModuleFileName(NULL,dllpath,sizeof(dllpath))) in load_hook_dll()
|
/reactos/modules/rostests/kmtests/kmtest/ |
H A D | service.c | 428 if (!GetModuleFileName(NULL, DriverPath, sizeof DriverPath / sizeof DriverPath[0])) in KmtpCreateService()
|
/reactos/base/services/nfsd/ |
H A D | service.c | 357 if ( GetModuleFileName( NULL, szPath, 512 ) == 0 ) in CmdInstallService()
|
/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdshutil.cpp | 170 temp = GetModuleFileName(g_hDllModule, buf, sizeof(buf)); in VfdRegisterHandlers()
|
H A D | vfdshprop.cpp | 246 ret = GetModuleFileName( in OnControl()
|
H A D | vfdctl.c | 302 len = GetModuleFileName( in VfdInstallDriver()
|
/reactos/base/shell/cmd/ |
H A D | del.c | 87 GetModuleFileName(NULL, CMDPath, ARRAYSIZE(CMDPath)); in LoadStrings()
|
H A D | cmd.c | 667 GetModuleFileName(NULL, CmdPath, ARRAYSIZE(CmdPath)); in ExecuteAsync() 2176 if (GetModuleFileName(NULL, ModuleName, ARRAYSIZE(ModuleName)) != 0) in Initialize()
|
/reactos/base/applications/games/spider/ |
H A D | spider.cpp | 45 ptr = szDest + GetModuleFileName(GetModuleHandle(0), szDest, nDestLen) - 1; in MakePath()
|
/reactos/base/system/rundll32/ |
H A D | rundll32.c | 222 GetModuleFileName(0,ModuleFileName,MAX_PATH); in GetModuleTitle()
|
/reactos/base/applications/network/telnet/src/ |
H A D | tnmain.cpp | 331 GetModuleFileName(NULL, startdir, sizeof(startdir)); in main()
|
/reactos/base/setup/welcome/ |
H A D | welcome.c | 244 GetModuleFileName(NULL, lpInstallerPath, PathSize - cchInstallerNameLen - 1); in ExpandInstallerPath() 660 GetModuleFileName(NULL, szAppPath, ARRAYSIZE(szAppPath)); in LoadConfiguration()
|
/reactos/base/applications/games/solitaire/ |
H A D | solitaire.cpp | 51 ptr = szDest + GetModuleFileName(GetModuleHandle(0), szDest, nDestLen) - 1; in MakePath()
|
/reactos/base/services/tftpd/ |
H A D | tftpd.cpp | 273 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 D | util.c | 547 …if (GetModuleFileName(NULL, gOurInstallationPath, (DWORD) sizeof(gOurInstallationPath) - 1) <= 0) { in InitOurDirectory()
|
/reactos/dll/cpl/desk/ |
H A D | screensaver.c | 565 GetModuleFileName(hApplet, szLocalPath, _countof(szLocalPath)); in EnumScreenSavers()
|
/reactos/base/applications/notepad/ |
H A D | dialog.c | 422 GetModuleFileName(NULL, pszNotepadExe, _countof(pszNotepadExe)); in DIALOG_FileNewWindow()
|
/reactos/base/applications/rapps/ |
H A D | geninst.cpp | 527 GetModuleFileName(NULL, p + 1, MAX_PATH); in ExtractAndInstallThread()
|
/reactos/modules/rosapps/applications/explorer-old/ |
H A D | explorer.cpp | 1030 int l = GetModuleFileName(0, path, COUNTOF(path)); in _tWinMain()
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 3642 #define GetModuleFileName GetModuleFileNameW macro 3856 #define GetModuleFileName GetModuleFileNameA macro
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/ |
H A D | mstscax.cpp | 26 GetModuleFileName(hmSelf, szFileName, MAX_PATH); in init()
|