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.

162 lines
3.6 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 6.00.0361 */
  3. /* Compiler settings for bitstest.idl:
  4. Oicf, W1, Zp8, env=Win32 (32b run)
  5. protocol : dce , ms_ext, c_ext, robust
  6. error checks: allocation ref bounds_check enum stub_data
  7. VC __declspec() decoration level:
  8. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  9. DECLSPEC_UUID(), MIDL_INTERFACE()
  10. */
  11. //@@MIDL_FILE_HEADING( )
  12. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  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 __bitstest_h__
  27. #define __bitstest_h__
  28. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  29. #pragma once
  30. #endif
  31. /* Forward Declarations */
  32. #ifndef __IBitsTest1_FWD_DEFINED__
  33. #define __IBitsTest1_FWD_DEFINED__
  34. typedef interface IBitsTest1 IBitsTest1;
  35. #endif /* __IBitsTest1_FWD_DEFINED__ */
  36. /* header files for imported files */
  37. #include "bits.h"
  38. #ifdef __cplusplus
  39. extern "C"{
  40. #endif
  41. void * __RPC_USER MIDL_user_allocate(size_t);
  42. void __RPC_USER MIDL_user_free( void * );
  43. #ifndef __IBitsTest1_INTERFACE_DEFINED__
  44. #define __IBitsTest1_INTERFACE_DEFINED__
  45. /* interface IBitsTest1 */
  46. /* [object][uuid] */
  47. EXTERN_C const IID IID_IBitsTest1;
  48. #if defined(__cplusplus) && !defined(CINTERFACE)
  49. MIDL_INTERFACE("51a183db-67e0-4472-8602-3dbc730b7ef5")
  50. IBitsTest1 : public IUnknown
  51. {
  52. public:
  53. virtual HRESULT STDMETHODCALLTYPE GetBitsDllPath(
  54. /* [out] */ LPWSTR *pVal) = 0;
  55. };
  56. #else /* C style interface */
  57. typedef struct IBitsTest1Vtbl
  58. {
  59. BEGIN_INTERFACE
  60. HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
  61. IBitsTest1 * This,
  62. /* [in] */ REFIID riid,
  63. /* [iid_is][out] */ void **ppvObject);
  64. ULONG ( STDMETHODCALLTYPE *AddRef )(
  65. IBitsTest1 * This);
  66. ULONG ( STDMETHODCALLTYPE *Release )(
  67. IBitsTest1 * This);
  68. HRESULT ( STDMETHODCALLTYPE *GetBitsDllPath )(
  69. IBitsTest1 * This,
  70. /* [out] */ LPWSTR *pVal);
  71. END_INTERFACE
  72. } IBitsTest1Vtbl;
  73. interface IBitsTest1
  74. {
  75. CONST_VTBL struct IBitsTest1Vtbl *lpVtbl;
  76. };
  77. #ifdef COBJMACROS
  78. #define IBitsTest1_QueryInterface(This,riid,ppvObject) \
  79. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  80. #define IBitsTest1_AddRef(This) \
  81. (This)->lpVtbl -> AddRef(This)
  82. #define IBitsTest1_Release(This) \
  83. (This)->lpVtbl -> Release(This)
  84. #define IBitsTest1_GetBitsDllPath(This,pVal) \
  85. (This)->lpVtbl -> GetBitsDllPath(This,pVal)
  86. #endif /* COBJMACROS */
  87. #endif /* C style interface */
  88. HRESULT STDMETHODCALLTYPE IBitsTest1_GetBitsDllPath_Proxy(
  89. IBitsTest1 * This,
  90. /* [out] */ LPWSTR *pVal);
  91. void __RPC_STUB IBitsTest1_GetBitsDllPath_Stub(
  92. IRpcStubBuffer *This,
  93. IRpcChannelBuffer *_pRpcChannelBuffer,
  94. PRPC_MESSAGE _pRpcMessage,
  95. DWORD *_pdwStubPhase);
  96. #endif /* __IBitsTest1_INTERFACE_DEFINED__ */
  97. /* Additional Prototypes for ALL interfaces */
  98. /* end of Additional Prototypes */
  99. #ifdef __cplusplus
  100. }
  101. #endif
  102. #endif