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.
27 lines
890 B
27 lines
890 B
//==============================================================;
|
|
//
|
|
// 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.
|
|
//
|
|
//
|
|
//
|
|
//==============================================================;
|
|
|
|
|
|
// {6C26B387-E3F7-4a7c-BD2A-DD4D596CDE86}
|
|
DEFINE_GUID(CLSID_CComponentData,
|
|
0x6c26b387, 0xe3f7, 0x4a7c, 0xbd, 0x2a, 0xdd, 0x4d, 0x59, 0x6c, 0xde, 0x86);
|
|
|
|
|
|
// {9E6D45FD-C65D-4d1e-89A5-81E3A842F3AA}
|
|
DEFINE_GUID(CLSID_CSnapinAbout,
|
|
0x9e6d45fd, 0xc65d, 0x4d1e, 0x89, 0xa5, 0x81, 0xe3, 0xa8, 0x42, 0xf3, 0xaa);
|