windows-nt/Source/XPSP1/NT/shell/ext/diskcopy/diskcopy.h

17 lines
333 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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);