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.

84 lines
1.9 KiB

  1. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  2. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  3. /* File created by MIDL compiler version 5.03.0279 */
  4. /* at Fri Jul 30 23:15:12 1999
  5. */
  6. /* Compiler settings for pngfilt.idl:
  7. Oicf (OptLev=i2), W1, Zp8, env=Win32 (32b run), ms_ext, c_ext
  8. error checks: allocation ref bounds_check enum stub_data
  9. VC __declspec() decoration level:
  10. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  11. DECLSPEC_UUID(), MIDL_INTERFACE()
  12. */
  13. //@@MIDL_FILE_HEADING( )
  14. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  15. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  16. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  17. #endif
  18. #include "rpc.h"
  19. #include "rpcndr.h"
  20. #ifndef __pngfilt_h__
  21. #define __pngfilt_h__
  22. /* Forward Declarations */
  23. #ifndef __CoPNGFilter_FWD_DEFINED__
  24. #define __CoPNGFilter_FWD_DEFINED__
  25. #ifdef __cplusplus
  26. typedef class CoPNGFilter CoPNGFilter;
  27. #else
  28. typedef struct CoPNGFilter CoPNGFilter;
  29. #endif /* __cplusplus */
  30. #endif /* __CoPNGFilter_FWD_DEFINED__ */
  31. /* header files for imported files */
  32. #include "ocmm.h"
  33. #ifdef __cplusplus
  34. extern "C"{
  35. #endif
  36. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  37. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  38. #ifndef __PNGFilterLib_LIBRARY_DEFINED__
  39. #define __PNGFilterLib_LIBRARY_DEFINED__
  40. /* library PNGFilterLib */
  41. /* [helpstring][version][uuid] */
  42. EXTERN_C const IID LIBID_PNGFilterLib;
  43. EXTERN_C const CLSID CLSID_CoPNGFilter;
  44. #ifdef __cplusplus
  45. class DECLSPEC_UUID("A3CCEDF7-2DE2-11D0-86F4-00A0C913F750")
  46. CoPNGFilter;
  47. #endif
  48. #endif /* __PNGFilterLib_LIBRARY_DEFINED__ */
  49. /* Additional Prototypes for ALL interfaces */
  50. /* end of Additional Prototypes */
  51. #ifdef __cplusplus
  52. }
  53. #endif
  54. #endif