home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / atl / src / atl.idl < prev    next >
Encoding:
Text File  |  1998-06-16  |  507 b   |  24 lines

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