windows-nt/Source/XPSP1/NT/shell/ext/diskcopy/diskcopy.h
2020-09-26 16:20:57 +08:00

17 lines
333 B
C

#include <windows.h>
#include <commctrl.h>
#include <shlwapi.h>
#include <shlapip.h>
#include <shlobj.h>
#include <shlobjp.h>
#include <shlguid.h>
#include <shsemip.h>
#include <windowsx.h>
#include <fmifs.h>
#include <shfusion.h>
extern HINSTANCE g_hinst;
int SHCopyDisk(HWND hwnd, int nSrcDrive, int nDestDrive, DWORD dwFlags);