windows-nt/Source/XPSP1/NT/shell/osshell/control/mmsys/filecopy.h
2020-09-26 16:20:57 +08:00

16 lines
473 B
C

#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