// Generated .IDL file (by OleWoo) [ uuid(f0b88a93-f5da-11cf-b545-0020af6ed35a), version(1.0), custom(de77ba64-517c-11d1-a2da-0000f8773ce9, 117441067), custom(de77ba63-517c-11d1-a2da-0000f8773ce9, 1445043517), custom(de77ba65-517c-11d1-a2da-0000f8773ce9, "Created by MIDL version 7.00.0555 at Fri Oct 16 20:58:35 2015 "), helpstring("Progress Timer Control"), helpcontext(0x00000001) ] library CPSTimerLib { // Forward declare all types defined in this typelib dispinterface _DPSTimer dispinterface _DPSTimerEvents [ uuid(f0b88a91-f5da-11cf-b545-0020af6ed35a), helpstring("Dispatch Interface for Progress Timer Control"), helpcontext(0x00000001), hidden ] dispinterface _DPSTimer { properties: [id(0xfffffdfe)] VARIANT_BOOL Enabled; [id(0x00000001), helpcontext(0x000003ec)] long Interval; methods: [id(0xfffffdd8)] void AboutBox(); }; [ uuid(f0b88a92-f5da-11cf-b545-0020af6ed35a), helpstring("Event Interface for Progress Timer Control"), helpcontext(0x00000001) ] dispinterface _DPSTimerEvents { methods: [id(0x00000001), helpcontext(0x000003ed)] void Tick(); }; [ uuid(f0b88a90-f5da-11cf-b545-0020af6ed35a), helpstring("Progress Timer Control"), helpcontext(0x00000001) ] coclass PSTimer { [default] interface _DPSTimer; [default, source] interface _DPSTimerEvents; }; };