home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / activeds.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  1KB  |  59 lines

  1. //+---------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (C) Microsoft Corporation, 1996
  5. //
  6. //  File:       ads.h
  7. //
  8. //  Contents:   Master include file for Ole Ds
  9. //
  10. //  Notes:      All Ole Ds client applications must include this file. This
  11. //              provides access to the primary Ole Ds interfaces, the error
  12. //              codes, and function prototypes for the Ole Ds helper apis.
  13. //
  14. //----------------------------------------------------------------------------
  15.  
  16. //
  17. // Interface definitions and well known GUIDS for Ole Ds
  18. //
  19.  
  20. #include "iads.h"
  21.  
  22.  
  23. //
  24. // Helper function prototypes for Ole Ds
  25. //
  26.  
  27. #include "adshlp.h"
  28.  
  29. //
  30. // Error codes for Ole Ds - generated from ..\..\errmsg
  31. //
  32.  
  33. #include "adserr.h"
  34.  
  35. //
  36. // Globally accessible GUIDS
  37. //
  38.  
  39. #include "adsiid.h"
  40.  
  41. //
  42. // Status codes for ads objects
  43. //
  44.  
  45. #include "adssts.h"
  46.  
  47. //
  48. // Schema class names and other schema related definitions
  49. //
  50.  
  51. #include "adsnms.h"
  52.  
  53.  
  54. //
  55. // Definitions in the OLE DB provider for ADSI
  56. //
  57.  
  58. #include "adsdb.h"
  59.