mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +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
@@ -817,6 +817,14 @@ LONG WINAPI SHRegQueryValueExW(
|
||||
#define SHRegQueryValueEx SHRegQueryValueExA
|
||||
#endif
|
||||
|
||||
EXTERN_C
|
||||
HRESULT WINAPI
|
||||
CopyStreamUI(
|
||||
_In_ IStream *pSrc,
|
||||
_Out_ IStream *pDst,
|
||||
_Inout_opt_ IProgressDialog *pProgress,
|
||||
_In_opt_ DWORDLONG dwlSize);
|
||||
|
||||
/*****************************************************************************
|
||||
* INVALID_FILETITLE_CHARACTERS
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user