Leaked source code of windows server 2003
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.

30 lines
726 B

  1. //+---------------------------------------------------------------------------
  2. // Copyright (C) 1996-1999, Microsoft Corporation.
  3. //
  4. // File: adsdb.h
  5. //
  6. // Contents: Definitions for the OLE DB provider for ADSI
  7. //
  8. //----------------------------------------------------------------------------
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif
  12. //
  13. // printer status values
  14. //
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18. // Most of the constants have been moved into an enum in adstype.h and
  19. // are available publicly in iads.h. This file has been left here so that
  20. // old references to adsdb.h do not break compiles.
  21. #define DBPROPFLAGS_ADSISEARCH 0x0000C000
  22. #ifdef __cplusplus
  23. }
  24. #endif