Source code of Windows XP (NT5)
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.

33 lines
661 B

  1. #ifndef _MIGINF_H_
  2. #define _MIGINF_H_
  3. #define INC_OLE2
  4. #include <windows.h>
  5. #include <windowsx.h>
  6. #include <setupapi.h>
  7. #include <shlobj.h>
  8. #include <prsht.h>
  9. #include <tchar.h>
  10. #include <windef.h>
  11. #include "resource.h"
  12. #include "commdlg.h"
  13. #include "shlwapi.h"
  14. #include "shellapi.h"
  15. #include "migwiz.h"
  16. #define MIGINF_SELECT_OOBE 0
  17. #define MIGINF_SELECT_SETTINGS 1
  18. #define MIGINF_SELECT_FILES 2
  19. #define MIGINF_SELECT_BOTH 3
  20. extern HINF g_hMigWizInf;
  21. extern BOOL g_fStoreToFloppy;
  22. BOOL OpenAppInf (LPTSTR pszFileName);
  23. VOID CloseAppInf (VOID);
  24. BOOL IsComponentEnabled (UINT uType, PCTSTR szComponent);
  25. BOOL GetAppsToInstall (VOID);
  26. #endif