mirror of https://github.com/tongzx/nt5src
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
20 lines
1.0 KiB
//=--------------------------------------------------------------------------=
|
|
// FGuids.Cpp
|
|
//=--------------------------------------------------------------------------=
|
|
// Copyright 1995 Microsoft Corporation. All Rights Reserved.
|
|
//
|
|
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
|
|
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
|
|
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
|
|
// PARTICULAR PURPOSE.
|
|
//=--------------------------------------------------------------------------=
|
|
//
|
|
// implementation of Visual Studio Html help CLSID/interface guids
|
|
//
|
|
#include "pch.h"
|
|
#include <initguid.h>
|
|
|
|
DEFINE_GUID(IID_IVsHelpInit, 0x854d7ac3, 0xbc3d, 0x11d0, 0xb4, 0x21, 0x00, 0xa0, 0xc9, 0x0f, 0x9d, 0xc4);
|
|
DEFINE_GUID(CLSID_VsHelpServices, 0x854d7ac5, 0xbc3d, 0x11d0, 0xb4, 0x21, 0x00, 0xa0, 0xc9, 0x0f, 0x9d, 0xc4);
|
|
DEFINE_GUID(IID_IVsHelpSystem, 0x854d7ac0, 0xbc3d, 0x11d0, 0xb4, 0x21, 0x00, 0xa0, 0xc9, 0x0f, 0x9d, 0xc4);
|
|
|