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.

46 lines
1.2 KiB

  1. // DHCP_Provider.MOF
  2. //
  3. // Generated by Microsoft WBEM Code Generation Engine
  4. //
  5. // TO DO: If this class is intended to be created in another
  6. // namespace, you should add the #pragma namespace
  7. // command here. If these classes are going into your own
  8. // namespace, consider creating the namespace here as well.
  9. // See CIMWIN32.MOF for an example of how to create a
  10. // namespace.
  11. //
  12. //===================================================================
  13. #pragma namespace ("\\\\.\\root")
  14. instance of __NameSpace
  15. {
  16. Name = "DHCP" ;
  17. } ;
  18. #pragma namespace ("\\\\.\\root\\dhcp")
  19. //*************************************************************
  20. //*** Registers Framework Provider ***
  21. //*************************************************************
  22. instance of __Win32Provider as $P
  23. {
  24. Name = "MS_NT_DHCP_Provider";
  25. ClsId = "{C9839D99-2345-11d2-A334-00C04F86DB06}";
  26. };
  27. instance of __InstanceProviderRegistration
  28. {
  29. Provider = $P;
  30. SupportsGet = TRUE;
  31. SupportsPut = TRUE;
  32. SupportsDelete = TRUE;
  33. SupportsEnumeration = TRUE;
  34. QuerySupportLevels = {"WQL:UnarySelect"};
  35. };
  36. instance of __MethodProviderRegistration
  37. {
  38. Provider = $P;
  39. };