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.

64 lines
1.7 KiB

  1. // wiaacmgr.idl : IDL source for wiaacmgr.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (wiaacmgr.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(FD28545C-BC7D-43AB-BD8C-4716A7294521),
  10. helpstring("IAcquisitionManager Interface"),
  11. pointer_default(unique)
  12. ]
  13. interface IAcquisitionManager : IUnknown
  14. {
  15. };
  16. [
  17. object,
  18. uuid(9BD13BDB-CDA4-4890-8A78-29C2419E448F),
  19. helpstring("IMinimalTransfer Interface"),
  20. pointer_default(unique)
  21. ]
  22. interface IMinimalTransfer : IUnknown
  23. {
  24. };
  25. [
  26. uuid(80D45A3E-3CD8-4FF4-9E99-43A2109049D6),
  27. version(1.0),
  28. helpstring("wiaacmgr 1.0 Type Library")
  29. ]
  30. library WIAACMGRLib
  31. {
  32. importlib("stdole32.tlb");
  33. importlib("stdole2.tlb");
  34. [
  35. uuid(D13E3F25-1688-45A0-9743-759EB35CDF9A),
  36. helpstring("AcquisitionManager Class")
  37. ]
  38. coclass AcquisitionManager
  39. {
  40. [default] interface IAcquisitionManager;
  41. };
  42. [
  43. uuid(7EFA65D9-573C-4E46-8CCB-E7FB9E56CD57),
  44. helpstring("MinimalTransfer Class")
  45. ]
  46. coclass MinimalTransfer
  47. {
  48. [default] interface IMinimalTransfer;
  49. };
  50. [
  51. uuid(5f4baad0-4d59-4fcd-b213-783ce7a92f22),
  52. helpstring("Prompts user for the a WIA event handler to run")
  53. ]
  54. coclass EventPrompter
  55. {
  56. [default] interface IUnknown;
  57. };
  58. };