windows-nt/Source/XPSP1/NT/windows/winstate/cobra/app/migwiz/iface.h

18 lines
520 B
C
Raw Normal View History

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