Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*
* 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
|