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.

62 lines
1.1 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996-1999
  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. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif
  18. //
  19. // Interface definitions and well known GUIDS for Ole Ds
  20. //
  21. #include "iads.h"
  22. //
  23. // Helper function prototypes for Ole Ds
  24. //
  25. #include "adshlp.h"
  26. //
  27. // Error codes for Ole Ds - generated from ..\..\errmsg
  28. //
  29. #include "adserr.h"
  30. //
  31. // Globally accessible GUIDS
  32. //
  33. #include "adsiid.h"
  34. //
  35. // Status codes for ads objects
  36. //
  37. #include "adssts.h"
  38. //
  39. // Schema class names and other schema related definitions
  40. //
  41. #include "adsnms.h"
  42. //
  43. // Definitions in the OLE DB provider for ADSI
  44. //
  45. #include "adsdb.h"