home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / ADSDK.ZIP / inc / adsdb.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-21  |  676 b   |  27 lines

  1. //+---------------------------------------------------------------------------
  2. //  Copyright (C) 1996, Microsoft Corporation.
  3. //
  4. //  File:       adsdb.h
  5. //
  6. //  Contents:   Definitions for the OLE DB provider for ADSI
  7. //
  8. //----------------------------------------------------------------------------
  9.  
  10. //
  11. // printer status values
  12. //
  13.  
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17.  
  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.  
  22. #define DBPROPFLAGS_ADSISEARCH          0x0000C000
  23.  
  24. #ifdef __cplusplus
  25. }
  26. #endif
  27.