Leaked source code of windows server 2003
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.

70 lines
1.5 KiB

  1. /*++ BUILD Version: 0003 // Increment this if a change has global effects
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. sxsapi_guids.h
  5. Abstract:
  6. guids broken out of sxsapi.h
  7. Author:
  8. Jay Krell (JayKrell) November 30, 2001
  9. Environment:
  10. Revision History:
  11. --*/
  12. #ifndef _SXSAPI_GUIDS_
  13. #define _SXSAPI_GUIDS_
  14. // {8cedc215-ac4b-488b-93c0-a50a49cb2fb8}
  15. DEFINE_GUID(
  16. SXS_INSTALL_REFERENCE_SCHEME_UNINSTALLKEY,
  17. 0x8cedc215,
  18. 0xac4b,
  19. 0x488b,
  20. 0x93, 0xc0, 0xa5, 0x0a, 0x49, 0xcb, 0x2f, 0xb8);
  21. // {b02f9d65-fb77-4f7a-afa5-b391309f11c9}
  22. DEFINE_GUID(
  23. SXS_INSTALL_REFERENCE_SCHEME_KEYFILE,
  24. 0xb02f9d65,
  25. 0xfb77,
  26. 0x4f7a,
  27. 0xaf, 0xa5, 0xb3, 0x91, 0x30, 0x9f, 0x11, 0xc9);
  28. // {2ec93463-b0c3-45e1-8364-327e96aea856}
  29. DEFINE_GUID(
  30. SXS_INSTALL_REFERENCE_SCHEME_OPAQUESTRING,
  31. 0x2ec93463,
  32. 0xb0c3,
  33. 0x45e1,
  34. 0x83, 0x64, 0x32, 0x7e, 0x96, 0xae, 0xa8, 0x56);
  35. // d16d444c-56d8-11d5-882d-0080c847b195
  36. DEFINE_GUID(
  37. SXS_INSTALL_REFERENCE_SCHEME_OSINSTALL,
  38. 0xd16d444c,
  39. 0x56d8,
  40. 0x11d5,
  41. 0x88, 0x2d, 0x00, 0x80, 0xc8, 0x47, 0xb1, 0x95);
  42. //
  43. // Guid for the "installed by sxsinstallassemblyw, who knows?"
  44. // 27dec61e-b43c-4ac8-88db-e209a8242d90
  45. //
  46. DEFINE_GUID(
  47. SXS_INSTALL_REFERENCE_SCHEME_SXS_INSTALL_ASSEMBLY,
  48. 0x27dec61e,
  49. 0xb43c,
  50. 0x4ac8,
  51. 0x88, 0xdb, 0xe2, 0x09, 0xa8, 0x24, 0x2d, 0x90);
  52. #endif /* _SXSAPI_GUIDS_ */