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.

249 lines
7.0 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 6.00.0354 */
  4. /* Compiler settings for checksymbolslib.idl:
  5. Oicf, W1, Zp8, env=Win32 (32b run)
  6. protocol : dce , ms_ext, c_ext, robust
  7. error checks: allocation ref bounds_check enum stub_data
  8. VC __declspec() decoration level:
  9. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  10. DECLSPEC_UUID(), MIDL_INTERFACE()
  11. */
  12. //@@MIDL_FILE_HEADING( )
  13. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  14. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  15. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  16. #endif
  17. #include "rpc.h"
  18. #include "rpcndr.h"
  19. #ifndef __RPCNDR_H_VERSION__
  20. #error this stub requires an updated version of <rpcndr.h>
  21. #endif // __RPCNDR_H_VERSION__
  22. #ifndef COM_NO_WINDOWS_H
  23. #include "windows.h"
  24. #include "ole2.h"
  25. #endif /*COM_NO_WINDOWS_H*/
  26. #ifndef __checksymbolslib_h__
  27. #define __checksymbolslib_h__
  28. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  29. #pragma once
  30. #endif
  31. /* Forward Declarations */
  32. #ifndef __ICheckSymbols_FWD_DEFINED__
  33. #define __ICheckSymbols_FWD_DEFINED__
  34. typedef interface ICheckSymbols ICheckSymbols;
  35. #endif /* __ICheckSymbols_FWD_DEFINED__ */
  36. #ifndef __CheckSymbols_FWD_DEFINED__
  37. #define __CheckSymbols_FWD_DEFINED__
  38. #ifdef __cplusplus
  39. typedef class CheckSymbols CheckSymbols;
  40. #else
  41. typedef struct CheckSymbols CheckSymbols;
  42. #endif /* __cplusplus */
  43. #endif /* __CheckSymbols_FWD_DEFINED__ */
  44. /* header files for imported files */
  45. #include "oaidl.h"
  46. #include "ocidl.h"
  47. #ifdef __cplusplus
  48. extern "C"{
  49. #endif
  50. void * __RPC_USER MIDL_user_allocate(size_t);
  51. void __RPC_USER MIDL_user_free( void * );
  52. #ifndef __ICheckSymbols_INTERFACE_DEFINED__
  53. #define __ICheckSymbols_INTERFACE_DEFINED__
  54. /* interface ICheckSymbols */
  55. /* [unique][helpstring][dual][uuid][object] */
  56. EXTERN_C const IID IID_ICheckSymbols;
  57. #if defined(__cplusplus) && !defined(CINTERFACE)
  58. MIDL_INTERFACE("4C23935E-AE26-42E7-8CF9-0C17CD5DEA12")
  59. ICheckSymbols : public IDispatch
  60. {
  61. public:
  62. virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE CheckSymbols(
  63. /* [in] */ BSTR FilePath,
  64. /* [in] */ BSTR SymPath,
  65. /* [in] */ BSTR StripSym,
  66. /* [retval][out] */ BSTR *OutputString) = 0;
  67. };
  68. #else /* C style interface */
  69. typedef struct ICheckSymbolsVtbl
  70. {
  71. BEGIN_INTERFACE
  72. HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
  73. ICheckSymbols * This,
  74. /* [in] */ REFIID riid,
  75. /* [iid_is][out] */ void **ppvObject);
  76. ULONG ( STDMETHODCALLTYPE *AddRef )(
  77. ICheckSymbols * This);
  78. ULONG ( STDMETHODCALLTYPE *Release )(
  79. ICheckSymbols * This);
  80. HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )(
  81. ICheckSymbols * This,
  82. /* [out] */ UINT *pctinfo);
  83. HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )(
  84. ICheckSymbols * This,
  85. /* [in] */ UINT iTInfo,
  86. /* [in] */ LCID lcid,
  87. /* [out] */ ITypeInfo **ppTInfo);
  88. HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )(
  89. ICheckSymbols * This,
  90. /* [in] */ REFIID riid,
  91. /* [size_is][in] */ LPOLESTR *rgszNames,
  92. /* [in] */ UINT cNames,
  93. /* [in] */ LCID lcid,
  94. /* [size_is][out] */ DISPID *rgDispId);
  95. /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
  96. ICheckSymbols * This,
  97. /* [in] */ DISPID dispIdMember,
  98. /* [in] */ REFIID riid,
  99. /* [in] */ LCID lcid,
  100. /* [in] */ WORD wFlags,
  101. /* [out][in] */ DISPPARAMS *pDispParams,
  102. /* [out] */ VARIANT *pVarResult,
  103. /* [out] */ EXCEPINFO *pExcepInfo,
  104. /* [out] */ UINT *puArgErr);
  105. /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *CheckSymbols )(
  106. ICheckSymbols * This,
  107. /* [in] */ BSTR FilePath,
  108. /* [in] */ BSTR SymPath,
  109. /* [in] */ BSTR StripSym,
  110. /* [retval][out] */ BSTR *OutputString);
  111. END_INTERFACE
  112. } ICheckSymbolsVtbl;
  113. interface ICheckSymbols
  114. {
  115. CONST_VTBL struct ICheckSymbolsVtbl *lpVtbl;
  116. };
  117. #ifdef COBJMACROS
  118. #define ICheckSymbols_QueryInterface(This,riid,ppvObject) \
  119. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  120. #define ICheckSymbols_AddRef(This) \
  121. (This)->lpVtbl -> AddRef(This)
  122. #define ICheckSymbols_Release(This) \
  123. (This)->lpVtbl -> Release(This)
  124. #define ICheckSymbols_GetTypeInfoCount(This,pctinfo) \
  125. (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  126. #define ICheckSymbols_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
  127. (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  128. #define ICheckSymbols_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
  129. (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  130. #define ICheckSymbols_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
  131. (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  132. #define ICheckSymbols_CheckSymbols(This,FilePath,SymPath,StripSym,OutputString) \
  133. (This)->lpVtbl -> CheckSymbols(This,FilePath,SymPath,StripSym,OutputString)
  134. #endif /* COBJMACROS */
  135. #endif /* C style interface */
  136. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ICheckSymbols_CheckSymbols_Proxy(
  137. ICheckSymbols * This,
  138. /* [in] */ BSTR FilePath,
  139. /* [in] */ BSTR SymPath,
  140. /* [in] */ BSTR StripSym,
  141. /* [retval][out] */ BSTR *OutputString);
  142. void __RPC_STUB ICheckSymbols_CheckSymbols_Stub(
  143. IRpcStubBuffer *This,
  144. IRpcChannelBuffer *_pRpcChannelBuffer,
  145. PRPC_MESSAGE _pRpcMessage,
  146. DWORD *_pdwStubPhase);
  147. #endif /* __ICheckSymbols_INTERFACE_DEFINED__ */
  148. #ifndef __CHECKSYMBOLSLIBLib_LIBRARY_DEFINED__
  149. #define __CHECKSYMBOLSLIBLib_LIBRARY_DEFINED__
  150. /* library CHECKSYMBOLSLIBLib */
  151. /* [helpstring][version][uuid] */
  152. EXTERN_C const IID LIBID_CHECKSYMBOLSLIBLib;
  153. EXTERN_C const CLSID CLSID_CheckSymbols;
  154. #ifdef __cplusplus
  155. class DECLSPEC_UUID("773B2A62-B1E7-45F0-B837-8C47042FB265")
  156. CheckSymbols;
  157. #endif
  158. #endif /* __CHECKSYMBOLSLIBLib_LIBRARY_DEFINED__ */
  159. /* Additional Prototypes for ALL interfaces */
  160. unsigned long __RPC_USER BSTR_UserSize( unsigned long *, unsigned long , BSTR * );
  161. unsigned char * __RPC_USER BSTR_UserMarshal( unsigned long *, unsigned char *, BSTR * );
  162. unsigned char * __RPC_USER BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * );
  163. void __RPC_USER BSTR_UserFree( unsigned long *, BSTR * );
  164. /* end of Additional Prototypes */
  165. #ifdef __cplusplus
  166. }
  167. #endif
  168. #endif