nt-makefile-clean-targets-20010917
[openafs.git] / src / WINNT / client_exp / afs_shl_ext.odl
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 [ uuid(DC515C1A-6CAC-11D1-BAE7-00C04FD140D2), version(1.0) ]
11 library afs_shl_ext
12 {
13         importlib("stdole32.tlb");
14         
15         //  Primary dispatch interface for CShellExt
16         
17         [ uuid(DC515C27-6CAC-11D1-BAE7-00C04FD140D2) ]
18         dispinterface IShellExt
19         {
20                 properties:
21                         // NOTE - ClassWizard will maintain property information here.
22                         //    Use extreme caution when editing this section.
23                         //{{AFX_ODL_PROP(CShellExt)
24                         //}}AFX_ODL_PROP
25                         
26                 methods:
27                         // NOTE - ClassWizard will maintain method information here.
28                         //    Use extreme caution when editing this section.
29                         //{{AFX_ODL_METHOD(CShellExt)
30                         //}}AFX_ODL_METHOD
31
32         };
33
34         //  Class information for CShellExt
35
36         [ uuid(DC515C29-6CAC-11D1-BAE7-00C04FD140D2) ]
37         coclass ShellExt
38         {
39                 [default] dispinterface IShellExt;
40         };
41
42         //{{AFX_APPEND_ODL}}
43         //}}AFX_APPEND_ODL}}
44 };