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.

38 lines
1.3 KiB

  1. //
  2. // Copyright 1997 - Microsoft
  3. //
  4. //
  5. // GUIDS.CPP - GUID definitions
  6. //
  7. #include "pch.h"
  8. #include <initguid.h>
  9. #undef _GUIDS_H_
  10. #include "guids.h"
  11. #include "ccomputr.h"
  12. #include "cservice.h"
  13. #include "cgroup.h"
  14. #include "newcmptr.h"
  15. #include "dpguidqy.h"
  16. #include "serverqy.h"
  17. //
  18. // Classes in this Component
  19. //
  20. BEGIN_CLASSTABLE
  21. DEFINE_CLASS( CComputer_CreateInstance, CLSID_Computer, "Remote Install Computer Property Pages")
  22. DEFINE_CLASS( CService_CreateInstance, CLSID_Service, "Remote Install Service Property Pages" )
  23. //DEFINE_CLASS( CGroup_CreateInstance, CLSID_Group, "Remote Install Group Property Pages" )
  24. DEFINE_CLASS( CNewComputerExtensions_CreateInstance, CLSID_NewComputerExtension, "Remote Install New Computer Extension" )
  25. DEFINE_CLASS( CRIQueryForm_CreateInstance, CLSID_RIQueryForm, "Remote Install DS Query Form" )
  26. DEFINE_CLASS( CRISrvQueryForm_CreateInstance, CLSID_RISrvQueryForm, "Remote Install Server DS Query Form" )
  27. END_CLASSTABLE
  28. const IID IID_IExtendPropertySheet = {0x85DE64DC,0xEF21,0x11cf,{0xA2,0x85,0x00,0xC0,0x4F,0xD8,0xDB,0xE6}};
  29. const CLSID CLSID_NodeManager = {0x43136EB5,0xD36C,0x11CF,{0xAD,0xBC,0x00,0xAA,0x00,0xA8,0x00,0x33}};
  30. const IID IID_IPropertySheetProvider = {0x85DE64DE,0xEF21,0x11cf,{0xA2,0x85,0x00,0xC0,0x4F,0xD8,0xDB,0xE6}};
  31. #include <dsadmin.h>