mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 08:50:24 +08:00
[SHELL32][SDK] Implement CopyStreamUI (#5848)
- Modify shell32.spec. - Add CopyStreamUI prototype to <undocshell.h>. CORE-19278
This commit is contained in:
committed by
GitHub
parent
60b0afc3af
commit
8a049d0b68
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user