DISK.IDL
// disk.idl : IDL source for disk.dll 
// 
 
// This file will be processed by the MIDL tool to 
// produce the type library (disk.tlb) and marshalling code. 
 
import "oaidl.idl"; 
import "ocidl.idl"; 
// Make sure to put this in here 
import "mmc.idl"; 
 
 
[ 
uuid(CF8CC7E0-0CFE-11D1-8F07-000000000000), 
version(1.0), 
helpstring("disk 1.0 Type Library") 
] 
library DISKLib 
{ 
importlib("stdole32.tlb"); 
importlib("stdole2.tlb"); 
 
 
[ 
uuid(CF8CC7EF-0CFE-11D1-8F07-000000000000), 
helpstring("ComponentData Class") 
] 
coclass ComponentData 
{ 
[default] interface IComponentData; 
}; 
 
};