[SHELL32][SDK] Implement CopyStreamUI (#5848)

- Modify shell32.spec.
- Add CopyStreamUI prototype to <undocshell.h>.
CORE-19278
This commit is contained in:
Katayama Hirofumi MZ
2023-10-31 22:32:02 +09:00
committed by GitHub
parent 60b0afc3af
commit 8a049d0b68
4 changed files with 126 additions and 12 deletions

View File

@@ -86,17 +86,6 @@ SHReValidateDarwinCache(VOID)
FIXME("SHReValidateDarwinCache() stub\n");
}
/*
* Unimplemented
*/
EXTERN_C HRESULT
WINAPI
CopyStreamUI(IStream *pSrc, IStream *pDst, IProgressDialog *pProgDlg)
{
FIXME("CopyStreamUI() stub\n");
return E_FAIL;
}
/*
* Unimplemented
*/