windows-nt/Source/XPSP1/NT/windows/winstate/cobra/app/migwiz/iface.h
2020-09-26 16:20:57 +08:00

18 lines
520 B
C

//
// Iface.h -
// Declarations of interfaces, IIDs, and CLSID
// shared by the client and the component.
//
//
// Declaration of GUIDs for interfaces and component.
// These constants are defined in GUIDs.cpp.
//
extern "C" const CLSID CLSID_MigWizEngine ;
const DISPID_GETREMOVECOUNT = 1001;
const DISPID_GETREMOVEDRIVE = 1002;
const DISPID_GETREMOVEDRIVEPRETTY = 1003;
const DISPID_CREATETOOLDISK = 1004;
const DISPID_CANCELTOOLDISK = 1005;
const DISPID_APPLYSETTINGS = 1006;