Home
last modified time | relevance | path

Searched refs:IDirectMusicCollection (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/wine/dmusic/
H A Dcollection.c31 IDirectMusicCollection IDirectMusicCollection_iface;
47 static inline IDirectMusicCollectionImpl *impl_from_IDirectMusicCollection(IDirectMusicCollection *… in impl_from_IDirectMusicCollection()
63 static HRESULT WINAPI IDirectMusicCollectionImpl_QueryInterface(IDirectMusicCollection *iface, in IDirectMusicCollectionImpl_QueryInterface()
88 static ULONG WINAPI IDirectMusicCollectionImpl_AddRef(IDirectMusicCollection *iface) in IDirectMusicCollectionImpl_AddRef()
98 static ULONG WINAPI IDirectMusicCollectionImpl_Release(IDirectMusicCollection *iface) in IDirectMusicCollectionImpl_Release()
114 static HRESULT WINAPI IDirectMusicCollectionImpl_GetInstrument(IDirectMusicCollection *iface, in IDirectMusicCollectionImpl_GetInstrument()
141 static HRESULT WINAPI IDirectMusicCollectionImpl_EnumInstrument(IDirectMusicCollection *iface, in IDirectMusicCollectionImpl_EnumInstrument()
H A Ddmusic.idl37 coclass DirectMusicCollection { interface IDirectMusicCollection; }
/reactos/sdk/include/dxsdk/
H A Ddmusicc.h103 typedef struct IDirectMusicCollection *LPDIRECTMUSICCOLLECTION;
104 typedef struct IDirectMusicCollection IDirectMusicCollection8, *LPDIRECTMUSICCOLLECTION8;
560 #define INTERFACE IDirectMusicCollection
561 DECLARE_INTERFACE_(IDirectMusicCollection,IUnknown) in DECLARE_INTERFACE_() argument