mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 01:13:36 +00:00
[SHELL32][SHELL32_APITEST][SDK] Implement PathIsEqualOrSubFolder (#5714)
Implement PathIsEqualOrSubFolder function. - Add it to <undocshell.h>. - Add PathIsEqualOrSubFolder testcase. - Add SHGetPathCchFromIDListW as an extension of SHGetPathFromIDListW. CORE-19278
This commit is contained in:
parent
ea8a49d81f
commit
2aeda3dc15
7 changed files with 183 additions and 18 deletions
|
@ -498,6 +498,8 @@ BOOL WINAPI PathIsSameRootAW(LPCVOID lpszPath1, LPCVOID lpszPath2);
|
|||
|
||||
BOOL WINAPI PathFindOnPathAW(LPVOID sFile, LPCVOID *sOtherDirs);
|
||||
|
||||
BOOL WINAPI PathIsEqualOrSubFolder(_In_ LPCWSTR pszFile1OrCSIDL, _In_ LPCWSTR pszFile2);
|
||||
|
||||
/****************************************************************************
|
||||
* Shell File Operations error codes - SHFileOperationA/W
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue