2025-11-28 00:35:46 +09:00

42 lines
1.4 KiB
C

//////////////////////////////////////////////////////////////////////////////
//
// 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) Microsoft Corporation. All rights reserved.
//
// Module Name:
// Guids.h
//
// Abstract:
// Definitions of GUIDs defined for this component.
//
//////////////////////////////////////////////////////////////////////////////
#pragma once
//
// NOTE: If you use this sample in derivative works, make sure you redefine
// all the GUIDs defined in this file. Be sure to change corresponding
// GUID values specified in the selfreg.inf file included in this sample
// as well.
// {29670321-0BA3-4dc5-B4C7-0F7FDB1EA68C}
DEFINE_GUID(CLSID_MyDeviceHandlerCollection,
0x29670321, 0xba3, 0x4dc5, 0xb4, 0xc7, 0xf, 0x7f, 0xdb, 0x1e, 0xa6, 0x8c);
// {CE789B61-EC8A-499f-9977-2BA2593EEC60}
DEFINE_GUID(CLSID_MyDeviceSyncHandler,
0xce789b61, 0xec8a, 0x499f, 0x99, 0x77, 0x2b, 0xa2, 0x59, 0x3e, 0xec, 0x60);
// {7ED0B13B-38D8-4fd6-AD69-1182AE920E6E}
DEFINE_GUID(CLSID_MyDeviceContextMenuExt,
0x7ed0b13b, 0x38d8, 0x4fd6, 0xad, 0x69, 0x11, 0x82, 0xae, 0x92, 0xe, 0x6e);
// {DD8BDED9-50DE-40f6-B87C-4A368C1572B5}
DEFINE_GUID(CLSID_MyDeviceHandlerPropertySheetExt,
0xdd8bded9, 0x50de, 0x40f6, 0xb8, 0x7c, 0x4a, 0x36, 0x8c, 0x15, 0x72, 0xb5);