home *** CD-ROM | disk | FTP | other *** search
/ Supercompiler 1997 / SUPERCOMPILER97.iso / MS_VC.50 / VC / ATL / SRC / ATL.IDL < prev    next >
Encoding:
Text File  |  1996-11-21  |  518 b   |  27 lines

  1. // atl.idl : IDL source for atl.dll
  2. //
  3.  
  4. // This file will be processed by the MIDL tool to
  5. // produce the type library (atl.tlb) and marshalling code.
  6. import "oaidl.idl";
  7. import "atliface.idl";
  8.  
  9. [
  10.     uuid(44EC0535-400F-11D0-9DCD-00A0C90391D3),
  11.     version(1.0),
  12.     helpstring("ATL 2.0 Type Library")
  13. ]
  14. library ATLLib
  15. {
  16.     importlib("stdole32.tlb");
  17.  
  18.     [
  19.         uuid(44EC053A-400F-11D0-9DCD-00A0C90391D3),
  20.         helpstring("ATL Registrar Class")
  21.     ]
  22.     coclass Registrar
  23.     {
  24.         [default] interface IRegistrar;
  25.     };
  26. };
  27.