Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
484 B

  1. #include <olectl.h>
  2. // atl.idl : IDL source for atl.dll
  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. import "ocidl.idl";
  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. importlib("stdole2.tlb");
  18. interface IDocHostUIHandlerDispatch;
  19. interface IAxWinAmbientDispatch;
  20. };