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.

15 lines
488 B

  1. #ifndef FILECOPY_H
  2. #define FILECOPY_H
  3. BOOL GetInstallPath(LPTSTR szDirOfSrc);
  4. void wsStartWait();
  5. void wsEndWait();
  6. int fDialog(int id, HWND hwnd, DLGPROC fpfn);
  7. UINT wsCopyError(int n, LPTSTR szFile);
  8. UINT wsInsertDisk(LPTSTR Disk, LPTSTR szSrcPath);
  9. INT_PTR wsDiskDlg(HWND hDlg, UINT uiMessage, UINT wParam, LPARAM lParam);
  10. UINT wsCopySingleStatus(int msg, DWORD_PTR n, LPTSTR szFile);
  11. INT_PTR wsExistDlg(HWND hDlg, UINT uiMessage, UINT wParam, LPARAM lParam);
  12. #endif