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.

51 lines
1.1 KiB

  1. // camocx.idl : IDL source for camocx.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (camocx.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. #include "olectl.h"
  8. //#include "devmangr.h"
  9. [
  10. object,
  11. uuid(d82237ec-5be9-4760-b950-b7afa51b0ba9),
  12. dual,
  13. helpstring("IVideoPreview Interface"),
  14. pointer_default(unique)
  15. ]
  16. interface IVideoPreview : IDispatch
  17. {
  18. [id(1), helpstring("Device Interface")] HRESULT Device([in] IUnknown *pDevice);
  19. };
  20. [
  21. uuid(1F1C00F8-8876-11D2-8067-00805F6596D2),
  22. version(1.0),
  23. helpstring("wiaview 1.0 Type Library")
  24. ]
  25. library WIAVIEWLib
  26. {
  27. importlib("stdole32.tlb");
  28. importlib("stdole2.tlb");
  29. [
  30. uuid(457A23DF-6F2A-4684-91D0-317FB768D87C),
  31. helpstring("WIA VideoPreview Class")
  32. ]
  33. coclass VideoPreview
  34. {
  35. [default] interface IVideoPreview;
  36. };
  37. };