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

模拟服务器

开发平台:

C/C++

  1. //-----------------------------------------------------------------------------
  2. //
  3. // File: msdshape.h
  4. //
  5. // Copyright:  Copyright (c) Microsoft Corporation
  6. //
  7. // Contents: DataShape provider external constants GUIDS 
  8. // and other things users need
  9. //
  10. // Comments:
  11. //
  12. //-----------------------------------------------------------------------------
  13. #ifndef DS_INCLUDED
  14. #define DS_INCLUDED
  15. #if (defined DBINITCONSTANTS) | (defined DSINITCONSTANTS)
  16. extern const CLSID CLSID_DataShapeProvider =
  17. { 0x3449a1c8, 0xc56c, 0x11d0, { 0xad, 0x72, 0, 0xc0, 0x4f, 0xc2, 0x98, 0x63}};
  18. extern const CLSID DBPROPSET_MSDSDBINIT =
  19. { 0x55cb91a8, 0x5c7a, 0x11d1, { 0xad, 0xad, 0, 0xc0, 0x4f, 0xc2, 0x98, 0x63}};
  20. extern const CLSID DBPROPSET_MSDSSESSION =
  21. { 0xedf17536, 0xafbf, 0x11d1, { 0x88, 0x47, 0, 0,    0xf8, 0x79, 0xf9, 0x8c}};
  22. extern const char *PROGID_DataShapeProvider = "MSDataShape";
  23. extern const char *PROGID_DataShapeProvider_Version = "MSDataShape.1";
  24. #else
  25. extern const CLSID CLSID_DataShapeProvider;
  26. extern const CLSID DBPROPSET_MSDSDBINIT;
  27. extern const CLSID DBPROPSET_MSDSSESSION;
  28. extern const char *PROGID_DataShapeProvider;
  29. extern const char *PROGID_DataShapeProvider_Version;
  30. #endif // DSINITCONSTANTS | DBINITCONSTANTS
  31. enum MSDSDBINITPROPENUM
  32. { DBPROP_MSDS_DBINIT_DATAPROVIDER = 2,
  33. };
  34. enum MSDSSESSIONPROPENUM
  35. { DBPROP_MSDS_SESS_UNIQUENAMES = 2,
  36. };
  37. #endif // DS_INCLUDED