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.
30 lines
1.0 KiB
30 lines
1.0 KiB
/**************************************************************************
|
|
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 1998 Microsoft Corporation. All Rights Reserved.
|
|
**************************************************************************/
|
|
|
|
/**************************************************************************
|
|
|
|
File: Guid.h
|
|
|
|
Description: Private GUID definition.
|
|
|
|
**************************************************************************/
|
|
|
|
// {E2CB71D0-D2DC-11d1-B022-00600893AD51}
|
|
DEFINE_GUID( CLSID_SampleNameSpace,
|
|
0xe2cb71d0,
|
|
0xd2dc,
|
|
0x11d1,
|
|
0xb0,
|
|
0x22,
|
|
0x0,
|
|
0x60,
|
|
0x8,
|
|
0x93,
|
|
0xad,
|
|
0x52);
|