Home
last modified time | relevance | path

Searched refs:ShortPath (Results 1 – 6 of 6) sorted by relevance

/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/
H A Ddosfiles.c32 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 Dpath.c1757 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 Dwshom.idl193 HRESULT ShortPath([out, retval] BSTR* path);
281 HRESULT ShortPath([out, retval] BSTR* path);
/reactos/modules/rostests/winetests/wshom/
H A Dwshom.idl193 HRESULT ShortPath([out, retval] BSTR* path);
281 HRESULT ShortPath([out, retval] BSTR* path);
/reactos/modules/rostests/winetests/scrrun/
H A Dscrrun.idl298 HRESULT ShortPath([out, retval] BSTR* pbstrPath);
499 HRESULT ShortPath([out, retval] BSTR* pbstrPath);
/reactos/dll/win32/scrrun/
H A Dscrrun.idl298 HRESULT ShortPath([out, retval] BSTR* pbstrPath);
499 HRESULT ShortPath([out, retval] BSTR* pbstrPath);