avprop.idl
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. // avprop.idl : IDL source for avprop.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (avprop.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. uuid(E14BB48E-3183-11D2-BE3C-3078302C2030),
  9. helpstring("IDummyInterface Interface"),
  10. pointer_default(unique)
  11. ]
  12. interface IDummyInterface : IUnknown
  13. {
  14. };
  15. [
  16. uuid(E14BB47F-3183-11D2-BE3C-3078302C2030),
  17. version(1.0),
  18. helpstring("avprop 1.0 Type Library")
  19. ]
  20. library AVPROPLib
  21. {
  22. importlib("stdole32.tlb");
  23. importlib("stdole2.tlb");
  24. [
  25. uuid(E14BB48F-3183-11D2-BE3C-3078302C2030),
  26. helpstring("AVFilePropServer Class")
  27. ]
  28. coclass AVFilePropServer
  29. {
  30. [default] interface IDummyInterface;
  31. };
  32. };