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

28 lines
862 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.
//
//
//
//==============================================================;
// {40EDBFBE-E4D4-4380-8BFE-AF1D280AB6F4}
DEFINE_GUID(CLSID_CComponentData,
0x40edbfbe, 0xe4d4, 0x4380, 0x8b, 0xfe, 0xaf, 0x1d, 0x28, 0xa, 0xb6, 0xf4);
// {356DDDA6-310D-4329-82FF-922F91AFDC6A}
DEFINE_GUID(CLSID_CSnapinAbout,
0x356ddda6, 0x310d, 0x4329, 0x82, 0xff, 0x92, 0x2f, 0x91, 0xaf, 0xdc, 0x6a);