home *** CD-ROM | disk | FTP | other *** search
- // AddIn.idl : IDL source for AddIn.dll
- //
-
- // This file will be processed by the MIDL tool to
- // produce the type library (AddIn.tlb) and marshalling code.
-
- import "oaidl.idl";
- import "ocidl.idl";
- [
- object,
- uuid(0DB389E8-4526-11D3-A61E-00105A9C91C6),
- dual,
- helpstring("IBackupAddIn Interface"),
- pointer_default(unique)
- ]
- interface IBackupAddIn : IDispatch
- {
- };
-
- [
- uuid(0DB389DC-4526-11D3-A61E-00105A9C91C6),
- version(1.0),
- helpstring("AddIn 1.0 Type Library")
- ]
- library ADDINLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
-
- importlib("devshl.dll");
- importlib("ide\devdbg.pkg");
-
-
- [
- uuid(0DB389E9-4526-11D3-A61E-00105A9C91C6),
- helpstring("BackupAddIn Class")
- ]
- coclass BackupAddIn
- {
- [default] interface IBackupAddIn;
- };
- };
-