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.

11 lines
347 B

  1. //
  2. // brfguidp.h
  3. //
  4. // Briefcase Extension OLE object class ID. This is different
  5. // from the CLSID_Briefcase, which is the container CLSID. We
  6. // have two separate CLSIDs because they exist in two DLLs:
  7. // SYNCUI and SHELL232.
  8. //
  9. DEFINE_GUID(CLSID_BriefcaseExt, 0x0B399E01L, 0x0129, 0x101B, 0x9A, 0x4B, 0x00, 0xDD, 0x01, 0x0C, 0xCC, 0x48);