home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / activeds.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  1.2 KB  |  65 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  2. //+---------------------------------------------------------------------------
  3. //
  4. //  Microsoft Windows
  5. //  Copyright (C) Microsoft Corporation, 1996-1999
  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. #if _MSC_VER > 1000
  18. #pragma once
  19. #endif
  20.  
  21. //
  22. // Interface definitions and well known GUIDS for Ole Ds
  23. //
  24.  
  25. #include "iads.h"
  26.  
  27.  
  28. //
  29. // Helper function prototypes for Ole Ds
  30. //
  31.  
  32. #include "adshlp.h"
  33.  
  34. //
  35. // Error codes for Ole Ds - generated from ..\..\errmsg
  36. //
  37.  
  38. #include "adserr.h"
  39.  
  40. //
  41. // Globally accessible GUIDS
  42. //
  43.  
  44. #include "adsiid.h"
  45.  
  46. //
  47. // Status codes for ads objects
  48. //
  49.  
  50. #include "adssts.h"
  51.  
  52. //
  53. // Schema class names and other schema related definitions
  54. //
  55.  
  56. #include "adsnms.h"
  57.  
  58.  
  59. //
  60. // Definitions in the OLE DB provider for ADSI
  61. //
  62.  
  63. #include "adsdb.h"
  64. #pragma option pop /*P_O_Pop*/
  65.