Searched refs:lpFilePart (Results 1 – 7 of 7) sorted by relevance
/reactos/sdk/lib/crt/stdlib/ |
H A D | fullpath.c | 18 _TCHAR* lpFilePart; in _tfullpath() local 46 retval = GetFullPathName(relPath, (DWORD)maxLength, lpBuffer, &lpFilePart); in _tfullpath()
|
/reactos/dll/win32/kernel32/client/ |
H A D | path.c | 996 OUT LPSTR *lpFilePart) in GetFullPathNameA() argument 1007 FilePart = lpFilePart != NULL ? &LocalFilePart : NULL; in GetFullPathNameA() 1087 if (lpFilePart) in GetFullPathNameA() 1109 OUT LPWSTR *lpFilePart) in GetFullPathNameW() argument 1128 OUT LPSTR *lpFilePart OPTIONAL) in SearchPathA() 1223 if (lpFilePart) in SearchPathA() 1228 *lpFilePart = NULL; in SearchPathA() 1245 *lpFilePart = lpBuffer + FilePartSize; in SearchPathA() 1303 OUT LPWSTR *lpFilePart OPTIONAL) in SearchPathW() 1315 if (lpFilePart) *lpFilePart = NULL; in SearchPathW() [all …]
|
/reactos/dll/win32/syssetup/ |
H A D | install.c | 129 LPWSTR lpFilePart; in CreateShortcut() local 142 &lpFilePart); in CreateShortcut() 147 ASSERT(lpFilePart != NULL); in CreateShortcut() 152 *(lpFilePart--) = L'\0'; in CreateShortcut() 153 if (!(lpFilePart - szWorkingDirBuf == 2 && in CreateShortcut() 156 *lpFilePart = L'\0'; in CreateShortcut()
|
/reactos/dll/win32/shell32/shellrecyclebin/ |
H A D | recyclebin_v5.cpp | 216 LPWSTR lpFilePart; in DeleteFile() local 238 len = GetFullPathNameW(szFileName, dwBufferLength, szFullName, &lpFilePart); in DeleteFile()
|
/reactos/modules/rostests/winetests/kernel32/ |
H A D | process.c | 890 char buffer[MAX_PATH], fullpath[MAX_PATH], *lpFilePart, *p; in test_CommandLine() local 980 GetFullPathNameA(selfname, MAX_PATH, fullpath, &lpFilePart); in test_CommandLine() 981 assert ( lpFilePart != 0); in test_CommandLine() 982 *(lpFilePart -1 ) = 0; in test_CommandLine() 1004 GetFullPathNameA(selfname, MAX_PATH, fullpath, &lpFilePart); in test_CommandLine() 1005 assert ( lpFilePart != 0); in test_CommandLine() 1006 *(lpFilePart -1 ) = 0; in test_CommandLine()
|
/reactos/win32ss/gdi/gdi32/misc/ |
H A D | misc.c | 956 bMakePathNameW(LPWSTR lpBuffer,LPCWSTR lpFileName,LPWSTR *lpFilePart,DWORD unknown) in bMakePathNameW() argument
|
/reactos/sdk/include/psdk/ |
H A D | winbase.h | 3100 _Out_opt_ LPSTR *lpFilePart); 3109 _Out_opt_ LPWSTR *lpFilePart);
|