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

//-----------------------------------------------------------------------------
//
// gptdemo.h - Definitions and prototypes for the GPTDEMO.DLL
//
// Copyright 1997, Microsoft Corporation
//
//-----------------------------------------------------------------------------
//
// Group Policy Editor Demo SnapIn extension GUID
//
// {C14C50E0-FA21-11d0-8CF9-C64377000000}
DEFINE_GUID(CLSID_GPTDemoSnapIn, 0xc14c50e0, 0xfa21, 0x11d0, 0x8c, 0xf9, 0xc6, 0x43, 0x77, 0x0, 0x0, 0x0);
//
// Group Policy Editor node ids
//
// {C14C50E1-FA21-11d0-8CF9-C64377000000}
DEFINE_GUID(NODEID_GPTDemoRoot, 0xc14c50e1, 0xfa21, 0x11d0, 0x8c, 0xf9, 0xc6, 0x43, 0x77, 0x0, 0x0, 0x0);
//
// User Interface Policy
//
// {81244660-FF22-11d0-8D04-248D0B000000}
DEFINE_GUID(NODEID_Samples, 0x81244660, 0xff22, 0x11d0, 0x8d, 0x4, 0x24, 0x8d, 0xb, 0x0, 0x0, 0x0);