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.

32 lines
878 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. // gptdemo.h - Definitions and prototypes for the GPTDEMO.DLL
  4. //
  5. // Copyright 1997, Microsoft Corporation
  6. //
  7. //-----------------------------------------------------------------------------
  8. //
  9. // Group Policy Editor Demo SnapIn extension GUID
  10. //
  11. // {C14C50E0-FA21-11d0-8CF9-C64377000000}
  12. DEFINE_GUID(CLSID_GPTDemoSnapIn, 0xc14c50e0, 0xfa21, 0x11d0, 0x8c, 0xf9, 0xc6, 0x43, 0x77, 0x0, 0x0, 0x0);
  13. //
  14. // Group Policy Editor node ids
  15. //
  16. // {C14C50E1-FA21-11d0-8CF9-C64377000000}
  17. DEFINE_GUID(NODEID_GPTDemoRoot, 0xc14c50e1, 0xfa21, 0x11d0, 0x8c, 0xf9, 0xc6, 0x43, 0x77, 0x0, 0x0, 0x0);
  18. //
  19. // User Interface Policy
  20. //
  21. // {81244660-FF22-11d0-8D04-248D0B000000}
  22. DEFINE_GUID(NODEID_Samples, 0x81244660, 0xff22, 0x11d0, 0x8d, 0x4, 0x24, 0x8d, 0xb, 0x0, 0x0, 0x0);