AdsDb.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  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