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

26 lines
873 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.
//
//
//
//==============================================================;
// {AEA15790-A656-11d2-992F-000000000000}
DEFINE_GUID(CLSID_CComponentData,
0xaea15790, 0xa656, 0x11d2, 0x99, 0x2f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0);
// {AEA15792-A656-11d2-992F-000000000000}
DEFINE_GUID(CLSID_CSnapinAbout,
0xaea15792, 0xa656, 0x11d2, 0x99, 0x2f, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0);