Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
4.4 KiB

  1. /*--------------------------------------------------------------------------*
  2. *
  3. * Microsoft Windows
  4. * Copyright (C) Microsoft Corporation, 1999
  5. *
  6. * File: ndmgrpriv.cpp
  7. *
  8. * Contents: Implementation file for the GUIDs defined in ndmgrpriv.h
  9. * Started out from the old ndmgr_i.c file.
  10. *
  11. * History: 5-Dec-99 VivekJ Created
  12. *
  13. *--------------------------------------------------------------------------*/
  14. #ifdef __cplusplus
  15. extern "C"{
  16. #endif
  17. #include <rpc.h>
  18. #include <rpcndr.h>
  19. //############################################################################
  20. //############################################################################
  21. //
  22. // Macro definitions
  23. //
  24. //############################################################################
  25. //############################################################################
  26. #ifdef _MIDL_USE_GUIDDEF_
  27. #ifndef INITGUID
  28. #define INITGUID
  29. #include <guiddef.h>
  30. #undef INITGUID
  31. #else
  32. #include <guiddef.h>
  33. #endif
  34. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  35. DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
  36. #else // !_MIDL_USE_GUIDDEF_
  37. #ifndef __IID_DEFINED__
  38. #define __IID_DEFINED__
  39. typedef struct _IID
  40. {
  41. unsigned long x;
  42. unsigned short s1;
  43. unsigned short s2;
  44. unsigned char c[8];
  45. } IID;
  46. #endif // __IID_DEFINED__
  47. #ifndef CLSID_DEFINED
  48. #define CLSID_DEFINED
  49. typedef IID CLSID;
  50. #endif // CLSID_DEFINED
  51. #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
  52. const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
  53. #endif !_MIDL_USE_GUIDDEF_
  54. //############################################################################
  55. //############################################################################
  56. //
  57. // GUID definitions
  58. //
  59. //############################################################################
  60. //############################################################################
  61. MIDL_DEFINE_GUID(IID, IID_IPropertySheetNotify,0xd700dd8e,0x2646,0x11d0,0xa2,0xa7,0x00,0xc0,0x4f,0xd9,0x09,0xdd);
  62. MIDL_DEFINE_GUID(IID, IID_IFramePrivate,0xd71d1f2a,0x1ba2,0x11d0,0xa2,0x9b,0x00,0xc0,0x4f,0xd9,0x09,0xdd);
  63. MIDL_DEFINE_GUID(IID, IID_IScopeDataPrivate,0x60BD2FE0,0xF7C5,0x11cf,0x8A,0xFD,0x00,0xAA,0x00,0x3C,0xA9,0xF6);
  64. MIDL_DEFINE_GUID(IID, IID_IImageListPrivate,0x7538C620,0x0083,0x11d0,0x8B,0x00,0x00,0xAA,0x00,0x3C,0xA9,0xF6);
  65. MIDL_DEFINE_GUID(IID, IID_IResultDataPrivate,0x1EBA2300,0x0854,0x11d0,0x8B,0x03,0x00,0xAA,0x00,0x3C,0xA9,0xF6);
  66. MIDL_DEFINE_GUID(IID, IID_IHeaderCtrlPrivate,0x0B384311,0x701B,0x4e8a,0xAE,0xC2,0xDA,0x63,0x21,0xE2,0x7A,0xD2);
  67. MIDL_DEFINE_GUID(IID, IID_IScopeTree,0xd8dbf067,0x5fb2,0x11d0,0xa9,0x86,0x00,0xc0,0x4f,0xd8,0xd5,0x65);
  68. MIDL_DEFINE_GUID(IID, IID_IScopeTreeIter,0xd779f8d1,0x6057,0x11d0,0xa9,0x86,0x00,0xc0,0x4f,0xd8,0xd5,0x65);
  69. MIDL_DEFINE_GUID(IID, IID_INodeCallback,0xb241fced,0x5fb3,0x11d0,0xa9,0x86,0x00,0xc0,0x4f,0xd8,0xd5,0x65);
  70. MIDL_DEFINE_GUID(IID, IID_IControlbarsCache,0x2e9fcd38,0xb9a0,0x11d0,0xa7,0x9d,0x00,0xc0,0x4f,0xd8,0xd5,0x65);
  71. MIDL_DEFINE_GUID(IID, IID_INodeType,0xB08A8368,0x967F,0x11D0,0xA7,0x99,0x00,0xC0,0x4F,0xD8,0xD5,0x65);
  72. MIDL_DEFINE_GUID(IID, IID_INodeTypesCache,0xDE40436E,0x9671,0x11D0,0xA7,0x99,0x00,0xC0,0x4F,0xD8,0xD5,0x65);
  73. MIDL_DEFINE_GUID(IID, IID_IEnumNodeTypes,0xABBD61E6,0x9686,0x11D0,0xA7,0x99,0x00,0xC0,0x4F,0xD8,0xD5,0x65);
  74. MIDL_DEFINE_GUID(IID, IID_IDumpSnapins,0xA16496D0,0x1D2F,0x11d3,0xAE,0xB8,0x00,0xC0,0x4F,0x8E,0xCD,0x78);
  75. MIDL_DEFINE_GUID(IID, IID_IPropertySheetProviderPrivate,0xFEF554F8,0xA55A,0x11D0,0xA7,0xD7,0x00,0xC0,0x4F,0xD9,0x09,0xDD);
  76. MIDL_DEFINE_GUID(IID, IID_IMMCListView,0x1B3C1392,0xD68B,0x11CF,0x8C,0x2B,0x00,0xAA,0x00,0x3C,0xA9,0xF6);
  77. MIDL_DEFINE_GUID(IID, IID_ITaskPadHost,0x4f7606d0,0x5568,0x11d1,0x9f,0xea,0x00,0x60,0x08,0x32,0xdb,0x4a);
  78. MIDL_DEFINE_GUID(IID, IID_IStringTablePrivate,0x461A6010,0x0F9E,0x11d2,0xA6,0xA1,0x00,0x00,0xF8,0x75,0xA9,0xCE);
  79. MIDL_DEFINE_GUID(IID, IID_ITaskCallback,0x4b2293ba,0xe7ba,0x11d2,0x88,0x3c,0x00,0xc0,0x4f,0x72,0xc7,0x17);
  80. MIDL_DEFINE_GUID(IID, IID_ITaskView,0x9ff7a05c,0xe7b9,0x11d2,0x88,0x3c,0x00,0xc0,0x4f,0x72,0xc7,0x17);
  81. MIDL_DEFINE_GUID(IID, IID_ITitleView,0xdca68d28,0xeeb3,0x11d2,0x88,0x3e,0x00,0xc0,0x4f,0x72,0xc7,0x17);
  82. MIDL_DEFINE_GUID(IID, IID_IFolderTabView,0xf4d3c5a8,0x0314,0x11d3,0x88,0x59,0x00,0xc0,0x4f,0x72,0xc7,0x17);
  83. #undef MIDL_DEFINE_GUID
  84. #ifdef __cplusplus
  85. } // extern "C"
  86. #endif