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
15 lines
488 B
#ifndef FILECOPY_H
|
|
#define FILECOPY_H
|
|
|
|
BOOL GetInstallPath(LPTSTR szDirOfSrc);
|
|
void wsStartWait();
|
|
void wsEndWait();
|
|
int fDialog(int id, HWND hwnd, DLGPROC fpfn);
|
|
UINT wsCopyError(int n, LPTSTR szFile);
|
|
UINT wsInsertDisk(LPTSTR Disk, LPTSTR szSrcPath);
|
|
INT_PTR wsDiskDlg(HWND hDlg, UINT uiMessage, UINT wParam, LPARAM lParam);
|
|
UINT wsCopySingleStatus(int msg, DWORD_PTR n, LPTSTR szFile);
|
|
INT_PTR wsExistDlg(HWND hDlg, UINT uiMessage, UINT wParam, LPARAM lParam);
|
|
|
|
#endif
|
|
|