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.

16 lines
441 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992-2001.
  5. //
  6. // File: SAUClsId.c
  7. //
  8. //----------------------------------------------------------------------------
  9. #define INITGUID
  10. #include <guiddef.h>
  11. // {d851f103-8c90-4321-aff0-58ba5bd421c2}
  12. DEFINE_GUID(CLSID_SAUpdate, 0xd851f103,0x8c90,0x4321,0xaf,0xf0,0x58,0xba,0x5b,0xd4,0x21,0xc2);