Home
last modified time | relevance | path

Searched refs:lpFilePart (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/lib/crt/stdlib/
H A Dfullpath.c18 _TCHAR* lpFilePart; in _tfullpath() local
46 retval = GetFullPathName(relPath, (DWORD)maxLength, lpBuffer, &lpFilePart); in _tfullpath()
/reactos/dll/win32/kernel32/client/
H A Dpath.c996 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 Dinstall.c129 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 Drecyclebin_v5.cpp216 LPWSTR lpFilePart; in DeleteFile() local
238 len = GetFullPathNameW(szFileName, dwBufferLength, szFullName, &lpFilePart); in DeleteFile()
/reactos/modules/rostests/winetests/kernel32/
H A Dprocess.c890 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 Dmisc.c956 bMakePathNameW(LPWSTR lpBuffer,LPCWSTR lpFileName,LPWSTR *lpFilePart,DWORD unknown) in bMakePathNameW() argument
/reactos/sdk/include/psdk/
H A Dwinbase.h3100 _Out_opt_ LPSTR *lpFilePart);
3109 _Out_opt_ LPWSTR *lpFilePart);