mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[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:
parent
6a95219ed3
commit
386fccd02c
5 changed files with 309 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue