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

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