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.

17 lines
520 B

  1. //
  2. // Iface.h -
  3. // Declarations of interfaces, IIDs, and CLSID
  4. // shared by the client and the component.
  5. //
  6. //
  7. // Declaration of GUIDs for interfaces and component.
  8. // These constants are defined in GUIDs.cpp.
  9. //
  10. extern "C" const CLSID CLSID_MigWizEngine ;
  11. const DISPID_GETREMOVECOUNT = 1001;
  12. const DISPID_GETREMOVEDRIVE = 1002;
  13. const DISPID_GETREMOVEDRIVEPRETTY = 1003;
  14. const DISPID_CREATETOOLDISK = 1004;
  15. const DISPID_CANCELTOOLDISK = 1005;
  16. const DISPID_APPLYSETTINGS = 1006;