home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / ads.odl < prev    next >
Text File  |  1998-04-25  |  1KB  |  45 lines

  1. //---------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (C) Microsoft Corporation, 1996
  5. //
  6. //  File:      oleds.odl
  7. //
  8. //  Contents:  OLE DS Interfaces
  9. //
  10. //----------------------------------------------------------------------------
  11.  
  12. #include "header.h"
  13.  
  14. [ uuid(OLEDS_LIBIID_ADs), version(1.0),
  15.   helpstring("Active DS Type Library") ]
  16. library ActiveDs
  17. {
  18.     importlib("stdole2.tlb");
  19.     #include <adstype.h>
  20.     #include "core.odl"
  21.     #include "namesps.odl"
  22.     #include "schema.odl"
  23.  
  24.     #include "locality.odl"
  25.     #include "domain.odl"
  26.     #include "computer.odl"
  27.     #include "group.odl"
  28.     #include "user.odl"
  29.     #include "printer.odl"
  30.     #include "printjob.odl"
  31.     #include "serv.odl"
  32.     #include "fserv.odl"
  33.     #include "fshare.odl"
  34.     #include "session.odl"
  35.     #include "resource.odl"
  36.     #include "dsnamesp.odl"
  37.     #include "dsobj.odl"
  38.     #include "dssrch.odl"
  39.     #include "dsschema.odl"
  40.     #include "aggregate.odl"
  41.     #include "security.odl"
  42.     #include "largeint.odl"
  43.     #include "adspath.odl"
  44. };
  45.