DEADSOFTWARE

new -> BlackBox
[bbcp.git] / BlackBox / _Windows_GUI / Com / Interfaces / DPhoneBook / Phone.idl
1 [
2 uuid(C4910D73-BA7D-11CD-94E8-08001701A8A3),
3 version(1.0),
4 helpstring("PhoneBook ActiveX Control")
5 ]
6 library PhoneBookLib {
7 importlib("stdole32.tlb");
8 [
9 uuid(C4910D72-BA7D-11CD-94E8-08001701A8A3),
10 helpstring("Dispatch interface for PhoneBook ActiveX Control")
11 ]
12 dispinterface DPhoneBook {
13 properties:
14 methods:
15 [id(1)]
16 BSTR LookupByName(BSTR name);
17 [id(2)]
18 BSTR LookupByNumber(BSTR number);
19 };
21 [
22 uuid(E67D346B-2A5B-11D0-ADBA-00C01500554E),
23 helpstring("PhoneBook ActiveX Control")
24 ]
25 coclass PhoneBook {
26 [default] dispinterface DPhoneBook;
27 };
28 }