2025-04-27 07:49:33 -04:00

11 lines
343 B
C++

//
// GUIDs.cpp
// - Defines all IIDs and CLSIDs for the client and the component.
// The declaration of these GUIDs is in Iface.h
//
#include <objbase.h>
// {E7562536-2D53-4f63-A749-84F7D4FC93E8}
extern "C" const CLSID CLSID_MigWizEngine =
{ 0xe7562536, 0x2d53, 0x4f63, { 0xa7, 0x49, 0x84, 0xf7, 0xd4, 0xfc, 0x93, 0xe8 } };