mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 00:53:08 +00:00
[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:
parent
f31f9facc9
commit
4bccb6e6c9
5 changed files with 108 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue