[SHELL32][SHELL32_APITEST][SDK] Implement PathMakeUniqueName (#7805)

Sideproduct of #7804. Implementing missing features.
JIRA issue: CORE-19278
- Implement PathMakeUniqueName function.
- Add PathMakeUniqueName prototype to <shlobj.h>.
- Add PathMakeUniqueName testcase to shell32_apitest.
This commit is contained in:
Katayama Hirofumi MZ 2025-03-22 08:23:24 +09:00 committed by GitHub
parent 6a95219ed3
commit 386fccd02c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 309 additions and 0 deletions

View file

@ -409,6 +409,14 @@ SHStartNetConnectionDialogW(
_In_ LPCWSTR pszRemoteName,
_In_ DWORD dwType);
BOOL WINAPI
PathMakeUniqueName(
_Out_ PWSTR pszUniqueName,
_In_ UINT cchMax,
_In_ PCWSTR pszTemplate,
_In_opt_ PCWSTR pszLongPlate,
_In_opt_ PCWSTR pszDir);
/*****************************************************************************
* IContextMenu interface
*/