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.

140 lines
3.6 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 2.00.0101 */
  3. /* at Thu Mar 28 23:04:03 1996
  4. */
  5. //@@MIDL_FILE_HEADING( )
  6. #include "rpc.h"
  7. #include "rpcndr.h"
  8. #ifndef COM_NO_WINDOWS_H
  9. #include "windows.h"
  10. #include "ole2.h"
  11. #endif /*COM_NO_WINDOWS_H*/
  12. #ifndef __marqinfo_h__
  13. #define __marqinfo_h__
  14. #ifdef __cplusplus
  15. extern "C"{
  16. #endif
  17. extern const DECLSPEC_SELECTANY IID IID_IMarqueeInfo = {0x0bdc6ae0,0x6d11,0x11cf,{0xbe,0x62,0x00,0x80,0xc7,0x2e,0xdd,0x2d}};
  18. /* Forward Declarations */
  19. #ifndef __IMarqueeInfo_FWD_DEFINED__
  20. #define __IMarqueeInfo_FWD_DEFINED__
  21. typedef interface IMarqueeInfo IMarqueeInfo;
  22. #endif /* __IMarqueeInfo_FWD_DEFINED__ */
  23. /* header files for imported files */
  24. #include "oaidl.h"
  25. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  26. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  27. /****************************************
  28. * Generated header for interface: __MIDL__intf_0000
  29. * at Thu Mar 28 23:04:03 1996
  30. * using MIDL 2.00.0101
  31. ****************************************/
  32. /* [local] */
  33. /* size is 0 */
  34. extern RPC_IF_HANDLE __MIDL__intf_0000_v0_0_c_ifspec;
  35. extern RPC_IF_HANDLE __MIDL__intf_0000_v0_0_s_ifspec;
  36. #ifndef __IMarqueeInfo_INTERFACE_DEFINED__
  37. #define __IMarqueeInfo_INTERFACE_DEFINED__
  38. /****************************************
  39. * Generated header for interface: IMarqueeInfo
  40. * at Thu Mar 28 23:04:03 1996
  41. * using MIDL 2.00.0101
  42. ****************************************/
  43. /* [unique][uuid][object] */
  44. #if defined(__cplusplus) && !defined(CINTERFACE)
  45. interface IMarqueeInfo : public IUnknown
  46. {
  47. public:
  48. virtual HRESULT __stdcall GetDocCoords(
  49. /* [out] */ LPRECT prcView,
  50. /* [in] */ BOOL bGetOnlyIfFullyLoaded,
  51. /* [out] */ BOOL __RPC_FAR *pfFullyLoaded,
  52. /* [in] */ int WidthToFormatPageTo) = 0;
  53. };
  54. #else /* C style interface */
  55. typedef struct IMarqueeInfoVtbl
  56. {
  57. HRESULT ( __stdcall __RPC_FAR *QueryInterface )(
  58. IMarqueeInfo __RPC_FAR * This,
  59. /* [in] */ REFIID riid,
  60. /* [out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  61. ULONG ( __stdcall __RPC_FAR *AddRef )(
  62. IMarqueeInfo __RPC_FAR * This);
  63. ULONG ( __stdcall __RPC_FAR *Release )(
  64. IMarqueeInfo __RPC_FAR * This);
  65. HRESULT ( __stdcall __RPC_FAR *GetDocCoords )(
  66. IMarqueeInfo __RPC_FAR * This,
  67. /* [out] */ LPRECT prcView,
  68. /* [in] */ BOOL bGetOnlyIfFullyLoaded,
  69. /* [out] */ BOOL __RPC_FAR *pfFullyLoaded,
  70. /* [in] */ int WidthToFormatPageTo);
  71. } IMarqueeInfoVtbl;
  72. interface IMarqueeInfo
  73. {
  74. CONST_VTBL struct IMarqueeInfoVtbl __RPC_FAR *lpVtbl;
  75. };
  76. #ifdef COBJMACROS
  77. #define IMarqueeInfo_QueryInterface(This,riid,ppvObject) \
  78. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  79. #define IMarqueeInfo_AddRef(This) \
  80. (This)->lpVtbl -> AddRef(This)
  81. #define IMarqueeInfo_Release(This) \
  82. (This)->lpVtbl -> Release(This)
  83. #define IMarqueeInfo_GetDocCoords(This,prcView,bGetOnlyIfFullyLoaded,pfFullyLoaded,WidthToFormatPageTo) \
  84. (This)->lpVtbl -> GetDocCoords(This,prcView,bGetOnlyIfFullyLoaded,pfFullyLoaded,WidthToFormatPageTo)
  85. #endif /* COBJMACROS */
  86. #endif /* C style interface */
  87. #endif /* __IMarqueeInfo_INTERFACE_DEFINED__ */
  88. /* Additional Prototypes for ALL interfaces */
  89. /* end of Additional Prototypes */
  90. #ifdef __cplusplus
  91. }
  92. #endif
  93. #endif