38 lines
1014 B
C
38 lines
1014 B
C
//==============================================================;
|
|
|
|
//
|
|
|
|
// This source code is only intended as a supplement to existing Microsoft documentation.
|
|
|
|
//
|
|
|
|
// Use of this code is NOT supported.
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// 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-2001 Microsoft Corporation, All Rights Reserved
|
|
//
|
|
// Microsoft Premier Support for Developers
|
|
//
|
|
//==============================================================;
|
|
|
|
// {6BB32803-92E6-11d2-9967-0080C7DCB3DC}
|
|
DEFINE_GUID(CLSID_CComponentData,
|
|
0x6bb32803, 0x92e6, 0x11d2, 0x99, 0x67, 0x0, 0x80, 0xc7, 0xdc, 0xb3, 0xdc);
|
|
|
|
// {73A37F61-92E6-11d2-9967-0080C7DCB3DC}
|
|
DEFINE_GUID(CLSID_CSnapinAbout,
|
|
0x73a37f61, 0x92e6, 0x11d2, 0x99, 0x67, 0x0, 0x80, 0xc7, 0xdc, 0xb3, 0xdc);
|