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.

189 lines
4.9 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 wmsheaderline.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 __wmsheaderline_h__
  27. #define __wmsheaderline_h__
  28. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  29. #pragma once
  30. #endif
  31. /* Forward Declarations */
  32. #ifndef __IWMSHeaderLine_FWD_DEFINED__
  33. #define __IWMSHeaderLine_FWD_DEFINED__
  34. typedef interface IWMSHeaderLine IWMSHeaderLine;
  35. #endif /* __IWMSHeaderLine_FWD_DEFINED__ */
  36. /* header files for imported files */
  37. #include "objidl.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. /* interface __MIDL_itf_wmsheaderline_0000 */
  44. /* [local] */
  45. //*****************************************************************************
  46. //
  47. // Microsoft Windows Media
  48. // Copyright (C) Microsoft Corporation. All rights reserved.
  49. //
  50. // Automatically generated by Midl from wmsHeaderline.idl
  51. //
  52. // DO NOT EDIT THIS FILE.
  53. //
  54. //*****************************************************************************
  55. #if _MSC_VER > 1000
  56. #pragma once
  57. #endif // _MSC_VER > 1000
  58. EXTERN_GUID( IID_IWMSHeaderLine , 0x093c1b22,0x6bec,0x4fe7,0x9c,0x0e,0x7c,0xbe,0xff,0x1c,0x2b,0x78 );
  59. extern RPC_IF_HANDLE __MIDL_itf_wmsheaderline_0000_v0_0_c_ifspec;
  60. extern RPC_IF_HANDLE __MIDL_itf_wmsheaderline_0000_v0_0_s_ifspec;
  61. #ifndef __IWMSHeaderLine_INTERFACE_DEFINED__
  62. #define __IWMSHeaderLine_INTERFACE_DEFINED__
  63. /* interface IWMSHeaderLine */
  64. /* [helpstring][version][uuid][unique][object] */
  65. EXTERN_C const IID IID_IWMSHeaderLine;
  66. #if defined(__cplusplus) && !defined(CINTERFACE)
  67. MIDL_INTERFACE("093c1b22-6bec-4fe7-9c0e-7cbeff1c2b78")
  68. IWMSHeaderLine : public IUnknown
  69. {
  70. public:
  71. virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE GetValue(
  72. /* [out] */ BSTR *pbstrValue) = 0;
  73. };
  74. #else /* C style interface */
  75. typedef struct IWMSHeaderLineVtbl
  76. {
  77. BEGIN_INTERFACE
  78. HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
  79. IWMSHeaderLine * This,
  80. /* [in] */ REFIID riid,
  81. /* [iid_is][out] */ void **ppvObject);
  82. ULONG ( STDMETHODCALLTYPE *AddRef )(
  83. IWMSHeaderLine * This);
  84. ULONG ( STDMETHODCALLTYPE *Release )(
  85. IWMSHeaderLine * This);
  86. /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *GetValue )(
  87. IWMSHeaderLine * This,
  88. /* [out] */ BSTR *pbstrValue);
  89. END_INTERFACE
  90. } IWMSHeaderLineVtbl;
  91. interface IWMSHeaderLine
  92. {
  93. CONST_VTBL struct IWMSHeaderLineVtbl *lpVtbl;
  94. };
  95. #ifdef COBJMACROS
  96. #define IWMSHeaderLine_QueryInterface(This,riid,ppvObject) \
  97. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  98. #define IWMSHeaderLine_AddRef(This) \
  99. (This)->lpVtbl -> AddRef(This)
  100. #define IWMSHeaderLine_Release(This) \
  101. (This)->lpVtbl -> Release(This)
  102. #define IWMSHeaderLine_GetValue(This,pbstrValue) \
  103. (This)->lpVtbl -> GetValue(This,pbstrValue)
  104. #endif /* COBJMACROS */
  105. #endif /* C style interface */
  106. /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSHeaderLine_GetValue_Proxy(
  107. IWMSHeaderLine * This,
  108. /* [out] */ BSTR *pbstrValue);
  109. void __RPC_STUB IWMSHeaderLine_GetValue_Stub(
  110. IRpcStubBuffer *This,
  111. IRpcChannelBuffer *_pRpcChannelBuffer,
  112. PRPC_MESSAGE _pRpcMessage,
  113. DWORD *_pdwStubPhase);
  114. #endif /* __IWMSHeaderLine_INTERFACE_DEFINED__ */
  115. /* Additional Prototypes for ALL interfaces */
  116. unsigned long __RPC_USER BSTR_UserSize( unsigned long *, unsigned long , BSTR * );
  117. unsigned char * __RPC_USER BSTR_UserMarshal( unsigned long *, unsigned char *, BSTR * );
  118. unsigned char * __RPC_USER BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * );
  119. void __RPC_USER BSTR_UserFree( unsigned long *, BSTR * );
  120. /* end of Additional Prototypes */
  121. #ifdef __cplusplus
  122. }
  123. #endif
  124. #endif