msremote.h 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /**
  2. * This file has no copyright assigned and is placed in the Public Domain.
  3. * This file is part of the mingw-w64 runtime package.
  4. * No warranty is given; refer to the file DISCLAIMER.PD within this package.
  5. */
  6. #ifndef MSRemote_INCLUDED
  7. #define MSRemote_INCLUDED
  8. #define MS_REMOTE_PROGID "MS Remote"
  9. #define MS_REMOTE_FILENAME "MSDAREM.DLL"
  10. #define MS_REMOTE_WPROGID L"MS Remote"
  11. #define MS_REMOTE_WFILENAME L"MSDAREM.DLL"
  12. extern const CLSID CLSID_MSRemote
  13. #if (defined MSREMOTE_INITCONSTANTS) | (defined DBINITCONSTANTS)
  14. = { 0x27016870,0x8e02,0x11d1,{ 0x92,0x4e,0x0,0xc0,0x4f,0xbb,0xbf,0xb3 } }
  15. #endif
  16. ;
  17. extern const CLSID CLSID_MSRemoteSession
  18. #if (defined MSREMOTE_INITCONSTANTS) | (defined DBINITCONSTANTS)
  19. = { 0x27016871,0x8e02,0x11d1,{ 0x92,0x4e,0x0,0xc0,0x4f,0xbb,0xbf,0xb3 } }
  20. #endif
  21. ;
  22. extern const CLSID CLSID_MSRemoteCommand
  23. #if (defined MSREMOTE_INITCONSTANTS) | (defined DBINITCONSTANTS)
  24. = { 0x27016872,0x8e02,0x11d1,{ 0x92,0x4e,0x0,0xc0,0x4f,0xbb,0xbf,0xb3 } }
  25. #endif
  26. ;
  27. extern const char *PROGID_MSRemote
  28. #if (defined MSREMOTE_INITCONSTANTS) | (defined DBINITCONSTANTS)
  29. = MS_REMOTE_PROGID
  30. #endif
  31. ;
  32. extern const WCHAR *PROGID_WMSRemote
  33. #if (defined MSREMOTE_INITCONSTANTS) | (defined DBINITCONSTANTS)
  34. = MS_REMOTE_WPROGID
  35. #endif
  36. ;
  37. extern const char *PROGID_MSRemote_Version
  38. #if (defined MSREMOTE_INITCONSTANTS) | (defined DBINITCONSTANTS)
  39. = MS_REMOTE_PROGID ".1"
  40. #endif
  41. ;
  42. extern const WCHAR *PROGID_WMSRemote_Version
  43. #if (defined MSREMOTE_INITCONSTANTS) | (defined DBINITCONSTANTS)
  44. = MS_REMOTE_WPROGID L".1"
  45. #endif
  46. ;
  47. extern const GUID DBPROPSET_MSREMOTE_DBINIT
  48. #if (defined MSREMOTE_INITCONSTANTS) | (defined DBINITCONSTANTS)
  49. = { 0x27016873,0x8e02,0x11d1,{ 0x92,0x4e,0x0,0xc0,0x4f,0xbb,0xbf,0xb3 } }
  50. #endif
  51. ;
  52. #define DBPROP_MSREMOTE_SERVER 2
  53. #define DBPROP_MSREMOTE_PROVIDER 3
  54. #define DBPROP_MSREMOTE_HANDLER 4
  55. #define DBPROP_MSREMOTE_DFMODE 5
  56. #define DBPROP_MSREMOTE_INTERNET_TIMEOUT 6
  57. #define DBPROP_MSREMOTE_TRANSACT_UPDATES 7
  58. #define DBPROP_MSREMOTE_COMMAND_PROPERTIES 8
  59. extern const GUID DBPROPSET_MSREMOTE_DATASOURCE
  60. #if (defined MSREMOTE_INITCONSTANTS) | (defined DBINITCONSTANTS)
  61. = { 0x27016874,0x8e02,0x11d1,{ 0x92,0x4e,0x0,0xc0,0x4f,0xbb,0xbf,0xb3 } }
  62. #endif
  63. ;
  64. #define DBPROP_MSREMOTE_CURRENT_DFMODE 2
  65. #endif