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.

187 lines
4.7 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 3.03.0110 */
  3. /* at Wed Sep 03 00:29:14 1997
  4. */
  5. /* Compiler settings for adsp.odl:
  6. Os (OptLev=s), W1, Zp8, env=Win32, ms_ext, c_ext
  7. error checks: none
  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 __iadsp_h__
  17. #define __iadsp_h__
  18. #ifdef __cplusplus
  19. extern "C"{
  20. #endif
  21. /* Forward Declarations */
  22. #ifndef __IADsObjectOptions_FWD_DEFINED__
  23. #define __IADsObjectOptions_FWD_DEFINED__
  24. typedef interface IADsObjectOptions IADsObjectOptions;
  25. #endif /* __IADsObjectOptions_FWD_DEFINED__ */
  26. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  27. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  28. #ifndef __ActiveDsP_LIBRARY_DEFINED__
  29. #define __ActiveDsP_LIBRARY_DEFINED__
  30. /****************************************
  31. * Generated header for library: ActiveDsP
  32. * at Wed Sep 03 00:29:14 1997
  33. * using MIDL 3.03.0110
  34. ****************************************/
  35. /* [helpstring][version][uuid] */
  36. EXTERN_C const IID LIBID_ActiveDsP;
  37. #ifndef __IADsObjectOptions_INTERFACE_DEFINED__
  38. #define __IADsObjectOptions_INTERFACE_DEFINED__
  39. /****************************************
  40. * Generated header for interface: IADsObjectOptions
  41. * at Wed Sep 03 00:29:14 1997
  42. * using MIDL 3.03.0110
  43. ****************************************/
  44. /* [object][uuid] */
  45. EXTERN_C const IID IID_IADsObjectOptions;
  46. #if defined(__cplusplus) && !defined(CINTERFACE)
  47. MIDL_INTERFACE("46f14fda-232b-11d1-a808-00c04fd8d5a8")
  48. IADsObjectOptions : public IUnknown
  49. {
  50. public:
  51. virtual HRESULT STDMETHODCALLTYPE GetOption(
  52. DWORD dwOption,
  53. void __RPC_FAR *pValue) = 0;
  54. virtual HRESULT STDMETHODCALLTYPE SetOption(
  55. DWORD dwOption,
  56. void __RPC_FAR *pValue) = 0;
  57. };
  58. #else /* C style interface */
  59. typedef struct IADsObjectOptionsVtbl
  60. {
  61. BEGIN_INTERFACE
  62. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  63. IADsObjectOptions __RPC_FAR * This,
  64. /* [in] */ REFIID riid,
  65. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  66. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  67. IADsObjectOptions __RPC_FAR * This);
  68. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  69. IADsObjectOptions __RPC_FAR * This);
  70. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetOption )(
  71. IADsObjectOptions __RPC_FAR * This,
  72. DWORD dwOption,
  73. void __RPC_FAR *pValue);
  74. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *SetOption )(
  75. IADsObjectOptions __RPC_FAR * This,
  76. DWORD dwOption,
  77. void __RPC_FAR *pValue);
  78. END_INTERFACE
  79. } IADsObjectOptionsVtbl;
  80. interface IADsObjectOptions
  81. {
  82. CONST_VTBL struct IADsObjectOptionsVtbl __RPC_FAR *lpVtbl;
  83. };
  84. #ifdef COBJMACROS
  85. #define IADsObjectOptions_QueryInterface(This,riid,ppvObject) \
  86. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  87. #define IADsObjectOptions_AddRef(This) \
  88. (This)->lpVtbl -> AddRef(This)
  89. #define IADsObjectOptions_Release(This) \
  90. (This)->lpVtbl -> Release(This)
  91. #define IADsObjectOptions_GetOption(This,dwOption,pValue) \
  92. (This)->lpVtbl -> GetOption(This,dwOption,pValue)
  93. #define IADsObjectOptions_SetOption(This,dwOption,pValue) \
  94. (This)->lpVtbl -> SetOption(This,dwOption,pValue)
  95. #endif /* COBJMACROS */
  96. #endif /* C style interface */
  97. HRESULT STDMETHODCALLTYPE IADsObjectOptions_GetOption_Proxy(
  98. IADsObjectOptions __RPC_FAR * This,
  99. DWORD dwOption,
  100. void __RPC_FAR *pValue);
  101. void __RPC_STUB IADsObjectOptions_GetOption_Stub(
  102. IRpcStubBuffer *This,
  103. IRpcChannelBuffer *_pRpcChannelBuffer,
  104. PRPC_MESSAGE _pRpcMessage,
  105. DWORD *_pdwStubPhase);
  106. HRESULT STDMETHODCALLTYPE IADsObjectOptions_SetOption_Proxy(
  107. IADsObjectOptions __RPC_FAR * This,
  108. DWORD dwOption,
  109. void __RPC_FAR *pValue);
  110. void __RPC_STUB IADsObjectOptions_SetOption_Stub(
  111. IRpcStubBuffer *This,
  112. IRpcChannelBuffer *_pRpcChannelBuffer,
  113. PRPC_MESSAGE _pRpcMessage,
  114. DWORD *_pdwStubPhase);
  115. #endif /* __IADsObjectOptions_INTERFACE_DEFINED__ */
  116. #endif /* __ActiveDsP_LIBRARY_DEFINED__ */
  117. /* Additional Prototypes for ALL interfaces */
  118. /* end of Additional Prototypes */
  119. #ifdef __cplusplus
  120. }
  121. #endif
  122. #endif