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.

20 lines
1.0 KiB

  1. //=--------------------------------------------------------------------------=
  2. // FGuids.Cpp
  3. //=--------------------------------------------------------------------------=
  4. // Copyright 1995 Microsoft Corporation. All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // implementation of Visual Studio Html help CLSID/interface guids
  13. //
  14. #include "pch.h"
  15. #include <initguid.h>
  16. DEFINE_GUID(IID_IVsHelpInit, 0x854d7ac3, 0xbc3d, 0x11d0, 0xb4, 0x21, 0x00, 0xa0, 0xc9, 0x0f, 0x9d, 0xc4);
  17. DEFINE_GUID(CLSID_VsHelpServices, 0x854d7ac5, 0xbc3d, 0x11d0, 0xb4, 0x21, 0x00, 0xa0, 0xc9, 0x0f, 0x9d, 0xc4);
  18. DEFINE_GUID(IID_IVsHelpSystem, 0x854d7ac0, 0xbc3d, 0x11d0, 0xb4, 0x21, 0x00, 0xa0, 0xc9, 0x0f, 0x9d, 0xc4);