home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / ACTIVEDS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  1.2 KB  |  61 lines

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