mirror of https://github.com/lianthony/NT4.0
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
458 B
15 lines
458 B
#ifndef FILECOPY_H
|
|
#define FILECOPY_H
|
|
|
|
BOOL GetInstallPath(LPSTR szDirOfSrc);
|
|
void wsStartWait();
|
|
void wsEndWait();
|
|
int fDialog(int id, HWND hwnd, DLGPROC fpfn);
|
|
UINT wsCopyError(int n, LPSTR szFile);
|
|
UINT wsInsertDisk(LPSTR Disk, LPSTR szSrcPath);
|
|
BOOL wsDiskDlg(HWND hDlg, UINT uiMessage, UINT wParam, LPARAM lParam);
|
|
UINT wsCopySingleStatus(int msg, DWORD n, LPSTR szFile);
|
|
BOOL wsExistDlg(HWND hDlg, UINT uiMessage, UINT wParam, LPARAM lParam);
|
|
|
|
#endif
|
|
|