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.

24 lines
511 B

  1. /*
  2. * copy.h - File copy handler module description.
  3. */
  4. /* Prototypes
  5. *************/
  6. /* copy.c */
  7. extern void BeginCopy(void);
  8. extern void EndCopy(void);
  9. extern TWINRESULT CopyHandler(PRECNODE, RECSTATUSPROC, LPARAM, DWORD, HWND, HWND);
  10. extern BOOL NotifyReconciliationStatus(RECSTATUSPROC, UINT, LPARAM, LPARAM);
  11. extern TWINRESULT CreateFolders(LPCTSTR, HPATH);
  12. extern TWINRESULT DestroySubtree(LPCTSTR, HPATH);
  13. #ifdef DEBUG
  14. extern BOOL IsValidRecStatusProcMsg(UINT);
  15. #endif