IWinamp.h 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 7.00.0500 */
  3. /* at Mon Aug 24 16:18:09 2009
  4. */
  5. /* Compiler settings for .\IWinamp.idl:
  6. Oicf, W1, Zp8, env=Win32 (32b run)
  7. protocol : dce , ms_ext, c_ext, robust
  8. error checks: allocation ref bounds_check enum stub_data
  9. VC __declspec() decoration level:
  10. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  11. DECLSPEC_UUID(), MIDL_INTERFACE()
  12. */
  13. //@@MIDL_FILE_HEADING( )
  14. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  15. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  16. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  17. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  18. #endif
  19. #include "rpc.h"
  20. #include "rpcndr.h"
  21. #ifndef __RPCNDR_H_VERSION__
  22. #error this stub requires an updated version of <rpcndr.h>
  23. #endif // __RPCNDR_H_VERSION__
  24. #ifndef COM_NO_WINDOWS_H
  25. #include "windows.h"
  26. #include "ole2.h"
  27. #endif /*COM_NO_WINDOWS_H*/
  28. #ifndef __IWinamp_h__
  29. #define __IWinamp_h__
  30. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  31. #pragma once
  32. #endif
  33. /* Forward Declarations */
  34. #ifndef __IWinamp_FWD_DEFINED__
  35. #define __IWinamp_FWD_DEFINED__
  36. typedef interface IWinamp IWinamp;
  37. #endif /* __IWinamp_FWD_DEFINED__ */
  38. #ifndef __Winamp_FWD_DEFINED__
  39. #define __Winamp_FWD_DEFINED__
  40. #ifdef __cplusplus
  41. typedef class Winamp Winamp;
  42. #else
  43. typedef struct Winamp Winamp;
  44. #endif /* __cplusplus */
  45. #endif /* __Winamp_FWD_DEFINED__ */
  46. /* header files for imported files */
  47. #include "oaidl.h"
  48. #include "ocidl.h"
  49. #ifdef __cplusplus
  50. extern "C"{
  51. #endif
  52. #ifndef __IWinamp_INTERFACE_DEFINED__
  53. #define __IWinamp_INTERFACE_DEFINED__
  54. /* interface IWinamp */
  55. /* [unique][helpstring][uuid][object] */
  56. EXTERN_C const IID IID_IWinamp;
  57. #if defined(__cplusplus) && !defined(CINTERFACE)
  58. MIDL_INTERFACE("007374A5-FE80-4b29-AF8C-FD9C0F16C85C")
  59. IWinamp : public IObjectWithSite
  60. {
  61. public:
  62. };
  63. #else /* C style interface */
  64. typedef struct IWinampVtbl
  65. {
  66. BEGIN_INTERFACE
  67. HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
  68. IWinamp * This,
  69. /* [in] */ REFIID riid,
  70. /* [iid_is][out] */
  71. __RPC__deref_out void **ppvObject);
  72. ULONG ( STDMETHODCALLTYPE *AddRef )(
  73. IWinamp * This);
  74. ULONG ( STDMETHODCALLTYPE *Release )(
  75. IWinamp * This);
  76. HRESULT ( STDMETHODCALLTYPE *SetSite )(
  77. IWinamp * This,
  78. /* [in] */ IUnknown *pUnkSite);
  79. HRESULT ( STDMETHODCALLTYPE *GetSite )(
  80. IWinamp * This,
  81. /* [in] */ REFIID riid,
  82. /* [iid_is][out] */ void **ppvSite);
  83. END_INTERFACE
  84. } IWinampVtbl;
  85. interface IWinamp
  86. {
  87. CONST_VTBL struct IWinampVtbl *lpVtbl;
  88. };
  89. #ifdef COBJMACROS
  90. #define IWinamp_QueryInterface(This,riid,ppvObject) \
  91. ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
  92. #define IWinamp_AddRef(This) \
  93. ( (This)->lpVtbl -> AddRef(This) )
  94. #define IWinamp_Release(This) \
  95. ( (This)->lpVtbl -> Release(This) )
  96. #define IWinamp_SetSite(This,pUnkSite) \
  97. ( (This)->lpVtbl -> SetSite(This,pUnkSite) )
  98. #define IWinamp_GetSite(This,riid,ppvSite) \
  99. ( (This)->lpVtbl -> GetSite(This,riid,ppvSite) )
  100. #endif /* COBJMACROS */
  101. #endif /* C style interface */
  102. #endif /* __IWinamp_INTERFACE_DEFINED__ */
  103. #ifndef __ElevatorLib_LIBRARY_DEFINED__
  104. #define __ElevatorLib_LIBRARY_DEFINED__
  105. /* library ElevatorLib */
  106. /* [helpstring][version][uuid] */
  107. EXTERN_C const IID LIBID_ElevatorLib;
  108. EXTERN_C const CLSID CLSID_Winamp;
  109. #ifdef __cplusplus
  110. class DECLSPEC_UUID("D9C17076-9F55-49b5-8BEB-6A857931E62C")
  111. Winamp;
  112. #endif
  113. #endif /* __ElevatorLib_LIBRARY_DEFINED__ */
  114. /* Additional Prototypes for ALL interfaces */
  115. /* end of Additional Prototypes */
  116. #ifdef __cplusplus
  117. }
  118. #endif
  119. #endif