Searched refs:ShortPath (Results 1 – 6 of 6) sorted by relevance
/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/ |
H A D | dosfiles.c | 32 CHAR ShortPath[MAX_PATH]; in StoreNameInSft() local 37 if (!GetShortPathNameA(FilePath, ShortPath, sizeof(ShortPath))) in StoreNameInSft() 40 strncpy(ShortPath, FilePath, sizeof(ShortPath) - 1); in StoreNameInSft() 41 _strupr(ShortPath); in StoreNameInSft() 45 Name = strrchr(ShortPath, '\\'); in StoreNameInSft() 46 if (Name == NULL) Name = ShortPath; in StoreNameInSft()
|
/reactos/dll/win32/kernel32/client/ |
H A D | path.c | 1757 PWCHAR ShortPath; in GetShortPathNameA() local 1763 ShortPath = NULL; in GetShortPathNameA() 1777 ShortPath = ShortPathBuffer; in GetShortPathNameA() 1782 ShortPath = RtlAllocateHeap(RtlGetProcessHeap(), 0, PathLength * sizeof(WCHAR)); in GetShortPathNameA() 1783 if (!ShortPath) in GetShortPathNameA() 1790 PathLength = GetShortPathNameW(LongPathUni.Buffer, ShortPath, PathLength); in GetShortPathNameA() 1797 ShortPathUni.Buffer = ShortPath; in GetShortPathNameA() 1821 if ((ShortPath) && (ShortPath != ShortPathBuffer)) in GetShortPathNameA() 1823 RtlFreeHeap(RtlGetProcessHeap(), 0, ShortPath); in GetShortPathNameA()
|
/reactos/dll/win32/wshom.ocx/ |
H A D | wshom.idl | 193 HRESULT ShortPath([out, retval] BSTR* path); 281 HRESULT ShortPath([out, retval] BSTR* path);
|
/reactos/modules/rostests/winetests/wshom/ |
H A D | wshom.idl | 193 HRESULT ShortPath([out, retval] BSTR* path); 281 HRESULT ShortPath([out, retval] BSTR* path);
|
/reactos/modules/rostests/winetests/scrrun/ |
H A D | scrrun.idl | 298 HRESULT ShortPath([out, retval] BSTR* pbstrPath); 499 HRESULT ShortPath([out, retval] BSTR* pbstrPath);
|
/reactos/dll/win32/scrrun/ |
H A D | scrrun.idl | 298 HRESULT ShortPath([out, retval] BSTR* pbstrPath); 499 HRESULT ShortPath([out, retval] BSTR* pbstrPath);
|