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.

41 lines
1.1 KiB

  1. // SchemaManager.idl : IDL source for SchemaManager.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (SchemaManager.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(64DCCA00-14A6-473C-9006-5AB79DC68491),
  10. dual,
  11. helpstring("IWMIFilterManager Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface IWMIFilterManager : IDispatch
  15. {
  16. [id(1), helpstring("method RunManager")] HRESULT RunManager([in]HWND hwndParent, [in]BSTR bstrDomain, [out, retval]VARIANT *vSelection);
  17. [id(2), helpstring("method SetMultiSelection")] HRESULT SetMultiSelection([in]VARIANT_BOOL vbValue);
  18. [id(3), helpstring("method RunBrowser")] HRESULT RunBrowser([in]HWND hwndParent, [in]BSTR bstrDomain, [out, retval]VARIANT *vSelection);
  19. };
  20. [
  21. uuid(1856AD2E-6F53-4EA2-B76D-B6D7FA07C391),
  22. version(1.0),
  23. helpstring("SchemaManager 1.0 Type Library")
  24. ]
  25. library SCHEMAMANAGERLib
  26. {
  27. importlib("stdole32.tlb");
  28. importlib("stdole2.tlb");
  29. [
  30. uuid(D86A8E9B-F53F-45AD-8C49-0A0A5230DE28),
  31. helpstring("WMIFilterManager Class")
  32. ]
  33. coclass WMIFilterManager
  34. {
  35. [default] interface IWMIFilterManager;
  36. };
  37. };