[SHELL32][SDK][SHELL32_APITEST] Add PathIsTemporaryA/W (#6067)

- Implement PathIsTemporaryA and
  PathIsTemporaryW functions.
- Add them to <undocshell.h>.
- Add PathIsTemporary testcase.
CORE-19278
This commit is contained in:
Katayama Hirofumi MZ 2023-12-02 23:07:28 +09:00 committed by GitHub
parent f31f9facc9
commit 4bccb6e6c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 108 additions and 0 deletions

View file

@ -500,6 +500,9 @@ BOOL WINAPI PathFindOnPathAW(LPVOID sFile, LPCVOID *sOtherDirs);
BOOL WINAPI PathIsEqualOrSubFolder(_In_ LPCWSTR pszFile1OrCSIDL, _In_ LPCWSTR pszFile2);
BOOL WINAPI PathIsTemporaryA(_In_ LPCSTR Str);
BOOL WINAPI PathIsTemporaryW(_In_ LPCWSTR Str);
/****************************************************************************
* Shell File Operations error codes - SHFileOperationA/W
*/