Home
last modified time | relevance | path

Searched refs:LPDMUS_CLOCKINFO (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Ddmusicc.h277 typedef DMUS_CLOCKINFO8 DMUS_CLOCKINFO, *LPDMUS_CLOCKINFO; typedef
385 STDMETHOD(EnumMasterClock)(THIS_ DWORD dwIndex, LPDMUS_CLOCKINFO lpClockInfo) PURE; in DECLARE_INTERFACE_()
426 STDMETHOD(EnumMasterClock)(THIS_ DWORD dwIndex, LPDMUS_CLOCKINFO lpClockInfo) PURE; in DECLARE_INTERFACE_()
/reactos/dll/directx/wine/dmusic/
H A Ddmusic.c333 …I IDirectMusic8Impl_EnumMasterClock(LPDIRECTMUSIC8 iface, DWORD index, LPDMUS_CLOCKINFO clock_info) in IDirectMusic8Impl_EnumMasterClock()