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.

77 lines
1.7 KiB

  1. #pragma namespace("\\\\.\\root")
  2. instance of __Namespace
  3. {
  4. Name = "ms_snmp_root" ;
  5. } ;
  6. #pragma namespace("\\\\.\\root\\ms_snmp_root")
  7. [AgentAddress ( "localhost" )]
  8. instance of __Namespace
  9. {
  10. Name = "localhost" ;
  11. } ;
  12. #pragma namespace("\\\\.\\root\\ms_snmp_root\\localhost")
  13. instance of __Win32Provider as $PClass
  14. {
  15. Name = "MS_SNMP_CLASS_PROVIDER";
  16. Clsid = "{70426720-F78F-11cf-9151-00AA00A4086C}";
  17. };
  18. instance of __ClassProviderRegistration
  19. {
  20. Provider = $PClass;
  21. SupportsGet = TRUE;
  22. SupportsPut = FALSE;
  23. SupportsDelete = FALSE;
  24. SupportsEnumeration = TRUE;
  25. QuerySupportLevels = NULL ;
  26. ResultSetQueries = { "Select * From meta_class Where __this isa SnmpMacro" } ;
  27. } ;
  28. instance of __Win32Provider as $EventProv
  29. {
  30. Name = "MS_SNMP_REFERENT_EVENT_PROVIDER";
  31. ClsId = "{9D5BED16-0765-11d1-AB2C-00C04FD9159E}";
  32. };
  33. instance of __EventProviderRegistration
  34. {
  35. Provider = $EventProv;
  36. EventQueryList = {"select * from SnmpExtendedNotification"} ;
  37. };
  38. instance of __Win32Provider as $EncapEventProv
  39. {
  40. Name = "MS_SNMP_ENCAPSULATED_EVENT_PROVIDER";
  41. ClsId = "{19C813AC-FEE7-11D0-AB22-00C04FD9159E}";
  42. };
  43. instance of __EventProviderRegistration
  44. {
  45. Provider = $EncapEventProv;
  46. EventQueryList = {"select * from SnmpNotification"};
  47. };
  48. instance of __Win32Provider as $PInst
  49. {
  50. Name = "MS_SNMP_INSTANCE_PROVIDER";
  51. Clsid = "{1F517A23-B29C-11cf-8C8D-00AA00A4086C}";
  52. };
  53. instance of __InstanceProviderRegistration
  54. {
  55. Provider = $PInst;
  56. SupportsGet = TRUE;
  57. SupportsPut = TRUE;
  58. SupportsDelete = TRUE;
  59. SupportsEnumeration = TRUE;
  60. QuerySupportLevels = { "WQL:UnarySelect" } ;
  61. };