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
702 B

  1. // WhqlProv.idl : IDL source for WhqlProv.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (WhqlProv.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(045C352A-C665-4862-B6F4-21B148BE642B),
  10. dual,
  11. helpstring("IWhqlObj Interface"),
  12. pointer_default(unique)
  13. ]
  14. interface IWhqlObj : IDispatch
  15. {
  16. };
  17. [
  18. uuid(8280EC7B-F6A8-493D-85D0-52B07C5C14ED),
  19. version(1.0),
  20. helpstring("WhqlProv 1.0 Type Library")
  21. ]
  22. library WHQLPROLib
  23. {
  24. importlib("stdole32.tlb");
  25. importlib("stdole2.tlb");
  26. [
  27. uuid(A0F93E27-F05D-4153-A151-F3720369A4C7),
  28. helpstring("WhqlObj Class")
  29. ]
  30. coclass WhqlObj
  31. {
  32. [default] interface IWhqlObj;
  33. };
  34. };