Project

General

Profile

ps-timer-tlb.txt

Marius Gligor, 12/17/2019 09:17 AM

Download (1.4 KB)

 
1
// Generated .IDL file (by OleWoo)
2
[
3
  uuid(f0b88a93-f5da-11cf-b545-0020af6ed35a),
4
  version(1.0),
5
  custom(de77ba64-517c-11d1-a2da-0000f8773ce9, 117441067),
6
  custom(de77ba63-517c-11d1-a2da-0000f8773ce9, 1445043517),
7
  custom(de77ba65-517c-11d1-a2da-0000f8773ce9, "Created by MIDL version 7.00.0555 at Fri Oct 16 20:58:35 2015
8
"),
9
  helpstring("Progress Timer Control"),
10
  helpcontext(0x00000001)
11
]
12
library CPSTimerLib
13
{
14
	// Forward declare all types defined in this typelib
15
	dispinterface _DPSTimer
16
	dispinterface _DPSTimerEvents
17
	[
18
	  uuid(f0b88a91-f5da-11cf-b545-0020af6ed35a),
19
	  helpstring("Dispatch Interface for Progress Timer Control"),
20
	  helpcontext(0x00000001),
21
	  hidden
22
	]
23
	dispinterface _DPSTimer {
24
		properties:
25
			[id(0xfffffdfe)] 
26
			VARIANT_BOOL Enabled;
27
			[id(0x00000001), helpcontext(0x000003ec)] 
28
			long Interval;
29
		methods:
30
			[id(0xfffffdd8)] 
31
			void AboutBox();
32
	};
33
	
34
	[
35
	  uuid(f0b88a92-f5da-11cf-b545-0020af6ed35a),
36
	  helpstring("Event Interface for Progress Timer Control"),
37
	  helpcontext(0x00000001)
38
	]
39
	dispinterface _DPSTimerEvents {
40
		methods:
41
			[id(0x00000001), helpcontext(0x000003ed)] 
42
			void Tick();
43
	};
44
	
45
	[
46
	  uuid(f0b88a90-f5da-11cf-b545-0020af6ed35a),
47
	  helpstring("Progress Timer Control"),
48
	  helpcontext(0x00000001)
49
	]
50
	coclass PSTimer {
51
		[default] interface _DPSTimer;
52
		[default, source] interface _DPSTimerEvents;
53
	};
54
	
55
};
56