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.
28 lines
806 B
28 lines
806 B
/************************************************************************
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
|
|
Module Name :
|
|
|
|
guids.h
|
|
|
|
Abstract :
|
|
|
|
GUIDS
|
|
|
|
Author :
|
|
|
|
Revision History :
|
|
|
|
***********************************************************************/
|
|
|
|
// {4589A47E-6EC1-4476-BA77-CC9DD1125933}
|
|
DEFINE_GUID(CLSID_CPropSheetExtension,
|
|
0x4589a47e, 0x6ec1, 0x4476, 0xba, 0x77, 0xcc, 0x9d, 0xd1, 0x12, 0x59, 0x33);
|
|
// {210E66FB-B00B-4d16-9DE5-6E9241D58225}
|
|
DEFINE_GUID(CLSID_CSnapinAbout,
|
|
0x210e66fb, 0xb00b, 0x4d16, 0x9d, 0xe5, 0x6e, 0x92, 0x41, 0xd5, 0x82, 0x25);
|
|
|
|
// {A55E7D7F-D51C-4859-8D2D-E308625D908E}
|
|
DEFINE_GUID(CLSID_CBITSExtensionSetup,
|
|
0xa55e7d7f, 0xd51c, 0x4859, 0x8d, 0x2d, 0xe3, 0x8, 0x62, 0x5d, 0x90, 0x8e);
|