windows-nt/Source/XPSP1/NT/admin/activec/samples/sdksamples/nameext/guids.h
2020-09-26 16:20:57 +08:00

28 lines
866 B
C

//==============================================================;
//
// This source code is only intended as a supplement to existing Microsoft documentation.
//
//
//
//
// 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.
//
// Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
//
//
//
//==============================================================;
// {64026453-6A22-11d3-9154-00C04F65B3F9}
DEFINE_GUID(CLSID_CNamespaceExtension,
0x64026453, 0x6a22, 0x11d3, 0x91, 0x54, 0x0, 0xc0, 0x4f, 0x65, 0xb3, 0xf9);
// {AF2039D3-6A26-11d3-9154-00C04F65B3F9}
DEFINE_GUID(CLSID_CSnapinAbout,
0xaf2039d3, 0x6a26, 0x11d3, 0x91, 0x54, 0x0, 0xc0, 0x4f, 0x65, 0xb3, 0xf9);