mirror of https://github.com/tongzx/nt5src
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.
17 lines
520 B
17 lines
520 B
//
|
|
// 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;
|