Source code of Windows XP (NT5)
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.

10 lines
333 B

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