18 lines
		
	
	
		
			537 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			537 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;
 |