2025-04-27 07:49:33 -04:00

25 lines
511 B
C

/*
* copy.h - File copy handler module description.
*/
/* Prototypes
*************/
/* copy.c */
extern void BeginCopy(void);
extern void EndCopy(void);
extern TWINRESULT CopyHandler(PRECNODE, RECSTATUSPROC, LPARAM, DWORD, HWND, HWND);
extern BOOL NotifyReconciliationStatus(RECSTATUSPROC, UINT, LPARAM, LPARAM);
extern TWINRESULT CreateFolders(LPCTSTR, HPATH);
extern TWINRESULT DestroySubtree(LPCTSTR, HPATH);
#ifdef DEBUG
extern BOOL IsValidRecStatusProcMsg(UINT);
#endif