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.

233 lines
7.2 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 5.01.0158 */
  3. /* at Fri Oct 16 19:05:39 1998
  4. */
  5. /* Compiler settings for crmformat.idl:
  6. Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  7. error checks: allocation ref bounds_check enum stub_data
  8. */
  9. //@@MIDL_FILE_HEADING( )
  10. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  11. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  12. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  13. #endif
  14. #include "rpc.h"
  15. #include "rpcndr.h"
  16. #ifndef __RPCNDR_H_VERSION__
  17. #error this stub requires an updated version of <rpcndr.h>
  18. #endif // __RPCNDR_H_VERSION__
  19. #ifndef COM_NO_WINDOWS_H
  20. #include "windows.h"
  21. #include "ole2.h"
  22. #endif /*COM_NO_WINDOWS_H*/
  23. #ifndef __crmformat_h__
  24. #define __crmformat_h__
  25. #if _MSC_VER > 1000
  26. #pragma once
  27. #endif
  28. #ifdef __cplusplus
  29. extern "C"{
  30. #endif
  31. /* Forward Declarations */
  32. #ifndef __ICrmFormatLogRecords_FWD_DEFINED__
  33. #define __ICrmFormatLogRecords_FWD_DEFINED__
  34. typedef interface ICrmFormatLogRecords ICrmFormatLogRecords;
  35. #endif /* __ICrmFormatLogRecords_FWD_DEFINED__ */
  36. /* header files for imported files */
  37. #include "oaidl.h"
  38. #include "ocidl.h"
  39. #include "CRMCompensator.h"
  40. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  41. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  42. #ifndef __ICrmFormatLogRecords_INTERFACE_DEFINED__
  43. #define __ICrmFormatLogRecords_INTERFACE_DEFINED__
  44. /* interface ICrmFormatLogRecords */
  45. /* [unique][helpstring][uuid][object] */
  46. EXTERN_C const IID IID_ICrmFormatLogRecords;
  47. #if defined(__cplusplus) && !defined(CINTERFACE)
  48. MIDL_INTERFACE("9C51D821-C98B-11d1-82FB-00A0C91EEDE9")
  49. ICrmFormatLogRecords : public IUnknown
  50. {
  51. public:
  52. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetColumnCount(
  53. /* [out] */ long __RPC_FAR *plColumnCount) = 0;
  54. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetColumnHeaders(
  55. /* [out] */ LPVARIANT pHeaders) = 0;
  56. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetColumn(
  57. /* [in] */ CrmLogRecordRead CrmLogRec,
  58. /* [out] */ LPVARIANT pFormattedLogRecord) = 0;
  59. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE GetColumnVariants(
  60. /* [in] */ VARIANT LogRecord,
  61. /* [out] */ LPVARIANT pFormattedLogRecord) = 0;
  62. };
  63. #else /* C style interface */
  64. typedef struct ICrmFormatLogRecordsVtbl
  65. {
  66. BEGIN_INTERFACE
  67. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  68. ICrmFormatLogRecords __RPC_FAR * This,
  69. /* [in] */ REFIID riid,
  70. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  71. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  72. ICrmFormatLogRecords __RPC_FAR * This);
  73. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  74. ICrmFormatLogRecords __RPC_FAR * This);
  75. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetColumnCount )(
  76. ICrmFormatLogRecords __RPC_FAR * This,
  77. /* [out] */ long __RPC_FAR *plColumnCount);
  78. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetColumnHeaders )(
  79. ICrmFormatLogRecords __RPC_FAR * This,
  80. /* [out] */ LPVARIANT pHeaders);
  81. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetColumn )(
  82. ICrmFormatLogRecords __RPC_FAR * This,
  83. /* [in] */ CrmLogRecordRead CrmLogRec,
  84. /* [out] */ LPVARIANT pFormattedLogRecord);
  85. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetColumnVariants )(
  86. ICrmFormatLogRecords __RPC_FAR * This,
  87. /* [in] */ VARIANT LogRecord,
  88. /* [out] */ LPVARIANT pFormattedLogRecord);
  89. END_INTERFACE
  90. } ICrmFormatLogRecordsVtbl;
  91. interface ICrmFormatLogRecords
  92. {
  93. CONST_VTBL struct ICrmFormatLogRecordsVtbl __RPC_FAR *lpVtbl;
  94. };
  95. #ifdef COBJMACROS
  96. #define ICrmFormatLogRecords_QueryInterface(This,riid,ppvObject) \
  97. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  98. #define ICrmFormatLogRecords_AddRef(This) \
  99. (This)->lpVtbl -> AddRef(This)
  100. #define ICrmFormatLogRecords_Release(This) \
  101. (This)->lpVtbl -> Release(This)
  102. #define ICrmFormatLogRecords_GetColumnCount(This,plColumnCount) \
  103. (This)->lpVtbl -> GetColumnCount(This,plColumnCount)
  104. #define ICrmFormatLogRecords_GetColumnHeaders(This,pHeaders) \
  105. (This)->lpVtbl -> GetColumnHeaders(This,pHeaders)
  106. #define ICrmFormatLogRecords_GetColumn(This,CrmLogRec,pFormattedLogRecord) \
  107. (This)->lpVtbl -> GetColumn(This,CrmLogRec,pFormattedLogRecord)
  108. #define ICrmFormatLogRecords_GetColumnVariants(This,LogRecord,pFormattedLogRecord) \
  109. (This)->lpVtbl -> GetColumnVariants(This,LogRecord,pFormattedLogRecord)
  110. #endif /* COBJMACROS */
  111. #endif /* C style interface */
  112. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICrmFormatLogRecords_GetColumnCount_Proxy(
  113. ICrmFormatLogRecords __RPC_FAR * This,
  114. /* [out] */ long __RPC_FAR *plColumnCount);
  115. void __RPC_STUB ICrmFormatLogRecords_GetColumnCount_Stub(
  116. IRpcStubBuffer *This,
  117. IRpcChannelBuffer *_pRpcChannelBuffer,
  118. PRPC_MESSAGE _pRpcMessage,
  119. DWORD *_pdwStubPhase);
  120. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICrmFormatLogRecords_GetColumnHeaders_Proxy(
  121. ICrmFormatLogRecords __RPC_FAR * This,
  122. /* [out] */ LPVARIANT pHeaders);
  123. void __RPC_STUB ICrmFormatLogRecords_GetColumnHeaders_Stub(
  124. IRpcStubBuffer *This,
  125. IRpcChannelBuffer *_pRpcChannelBuffer,
  126. PRPC_MESSAGE _pRpcMessage,
  127. DWORD *_pdwStubPhase);
  128. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICrmFormatLogRecords_GetColumn_Proxy(
  129. ICrmFormatLogRecords __RPC_FAR * This,
  130. /* [in] */ CrmLogRecordRead CrmLogRec,
  131. /* [out] */ LPVARIANT pFormattedLogRecord);
  132. void __RPC_STUB ICrmFormatLogRecords_GetColumn_Stub(
  133. IRpcStubBuffer *This,
  134. IRpcChannelBuffer *_pRpcChannelBuffer,
  135. PRPC_MESSAGE _pRpcMessage,
  136. DWORD *_pdwStubPhase);
  137. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICrmFormatLogRecords_GetColumnVariants_Proxy(
  138. ICrmFormatLogRecords __RPC_FAR * This,
  139. /* [in] */ VARIANT LogRecord,
  140. /* [out] */ LPVARIANT pFormattedLogRecord);
  141. void __RPC_STUB ICrmFormatLogRecords_GetColumnVariants_Stub(
  142. IRpcStubBuffer *This,
  143. IRpcChannelBuffer *_pRpcChannelBuffer,
  144. PRPC_MESSAGE _pRpcMessage,
  145. DWORD *_pdwStubPhase);
  146. #endif /* __ICrmFormatLogRecords_INTERFACE_DEFINED__ */
  147. /* Additional Prototypes for ALL interfaces */
  148. unsigned long __RPC_USER VARIANT_UserSize( unsigned long __RPC_FAR *, unsigned long , VARIANT __RPC_FAR * );
  149. unsigned char __RPC_FAR * __RPC_USER VARIANT_UserMarshal( unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, VARIANT __RPC_FAR * );
  150. unsigned char __RPC_FAR * __RPC_USER VARIANT_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, VARIANT __RPC_FAR * );
  151. void __RPC_USER VARIANT_UserFree( unsigned long __RPC_FAR *, VARIANT __RPC_FAR * );
  152. /* end of Additional Prototypes */
  153. #ifdef __cplusplus
  154. }
  155. #endif
  156. #endif