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.

26 lines
534 B

  1. // PNGFilt.idl : IDL source for PNGFilt.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (PNGFilt.tlb) and marshalling code.
  5. import "ocmm.idl";
  6. [
  7. uuid( 5DADDD20-2DCF-11D0-B724-00AA006C1A01 ),
  8. version( 1.0 ),
  9. helpstring( "PNGFilter 1.0 Type Library" )
  10. ]
  11. library PNGFilterLib
  12. {
  13. importlib( "stdole2.tlb" );
  14. [
  15. uuid(A3CCEDF7-2DE2-11D0-86F4-00A0C913F750),
  16. helpstring("CoPNGFilter Class")
  17. ]
  18. coclass CoPNGFilter
  19. {
  20. [default] interface IImageDecodeFilter;
  21. };
  22. };