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.

9 lines
249 B

  1. #ifndef _GUIDDECL_
  2. #define _GUIDDECL_
  3. // DEFINE A NEW CLSID FOR EACH HANDLER
  4. // {97484BA5-26C7-11d1-9A39-0020AFDA97B0}
  5. DEFINE_GUID(CLSID_SyncMgrHandler,0x97484ba5, 0x26c7, 0x11d1, 0x9a, 0x39, 0x0, 0x20, 0xaf, 0xda, 0x97, 0xb0);
  6. #endif _GUIDDECL_