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.

50 lines
939 B

  1. // adreplpv.idl : IDL source for adreplpv.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (adreplpv.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(A69587BA-D3D4-4013-8015-88F429C8FB74),
  10. helpstring("IWbemProviderInit Interface"),
  11. pointer_default(unique)
  12. ]
  13. interface IWbemProviderInit : IUnknown
  14. {
  15. };
  16. [
  17. object,
  18. uuid(0EFA6E54-F313-405D-B5D8-830A914F6496),
  19. helpstring("IWbemServices Interface"),
  20. pointer_default(unique)
  21. ]
  22. interface IWbemServices : IUnknown
  23. {
  24. };
  25. [
  26. uuid(2DD3A97B-E7CD-4A6F-A21D-37FF341FCFBE),
  27. version(1.0),
  28. helpstring("adreplpv 1.0 Type Library")
  29. ]
  30. library ADREPLPVLib
  31. {
  32. importlib("stdole32.tlb");
  33. importlib("stdole2.tlb");
  34. [
  35. uuid(96FA95C4-0AF3-4EF9-A1EB-C8151322157B),
  36. helpstring("ADReplProvider Class")
  37. ]
  38. coclass ADReplProvider
  39. {
  40. [default] interface IWbemProviderInit;
  41. interface IWbemServices;
  42. };
  43. };