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.

25 lines
971 B

  1. #define INITGUID
  2. #include <ole2.h>
  3. //--------------------------------------------------------------------------
  4. //
  5. // ADSI MSExtensions CLSIDs
  6. //
  7. //--------------------------------------------------------------------------
  8. const IID LIBID_ADSMSExtensions = {0x8d6b2714,0x5ef9,0x11d1,{0x8c,0x13,0x00,0xc0,0x4f,0xd8,0xd5,0x03}};
  9. const CLSID CLSID_MSExtUser = {0x4de7016c,0x5ef9,0x11d1,{0x8c,0x13,0x00,0xc0,0x4f,0xd8,0xd5,0x03}};
  10. const CLSID CLSID_MSExtOrganization = {0xdccc0bed,0x6066,0x11d1,{0x8c,0x13,0x00,0xc0,0x4f,0xd8,0xd5,0x03}};
  11. const CLSID CLSID_MSExtOrganizationUnit = {0xfd8d3a5f,0x6066,0x11d1,{0x8c,0x13,0x00,0xc0,0x4f,0xd8,0xd5,0x03}};
  12. const CLSID CLSID_MSExtLocality = {0x2dfb3a35,0x6071,0x11d1,{0x8c,0x13,0x00,0xc0,0x4f,0xd8,0xd5,0x03}};
  13. const CLSID CLSID_MSExtPrintQueue = {0x9f37f39c,0x6f49,0x11d1,{0x8c,0x18,0x00,0xc0,0x4f,0xd8,0xd5,0x03}};
  14. const CLSID CLSID_MSExtGroup = {0x94a909a5,0x6f52,0x11d1,{0x8c,0x18,0x00,0xc0,0x4f,0xd8,0xd5,0x03}};
  15.