// $safeidlname$.idl : type library source for $projectname$.exe // This file will be processed by the MIDL compiler to produce the // type library ($safeidlname$.tlb). [ uuid($guid_lib_id$), version(1.0) ] library $libname$ { importlib("stdole32.tlb"); importlib("stdole2.tlb"); // Primary dispatch interface for $docclass$ [ uuid($guid_disp_iid$) ] dispinterface I$safeprojectidentifiername$ { properties: methods: }; // Class information for $docclass$ [ uuid($guid_app_clsid$) ] [!if APP_TYPE_DLG] coclass $safeprojectidentifiername$ [!else] coclass $docclass$ [!endif] { [default] dispinterface I$safeprojectidentifiername$; }; };