Go to the source code of this file.
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (dmusic) |
| static HRESULT WINAPI | IReferenceClockImpl_QueryInterface (IReferenceClock *iface, REFIID riid, LPVOID *ppobj) |
| static ULONG WINAPI | IReferenceClockImpl_AddRef (IReferenceClock *iface) |
| static ULONG WINAPI | IReferenceClockImpl_Release (IReferenceClock *iface) |
| static HRESULT WINAPI | IReferenceClockImpl_GetTime (IReferenceClock *iface, REFERENCE_TIME *pTime) |
| static HRESULT WINAPI | IReferenceClockImpl_AdviseTime (IReferenceClock *iface, REFERENCE_TIME baseTime, REFERENCE_TIME streamTime, HANDLE hEvent, DWORD *pdwAdviseCookie) |
| static HRESULT WINAPI | IReferenceClockImpl_AdvisePeriodic (IReferenceClock *iface, REFERENCE_TIME startTime, REFERENCE_TIME periodTime, HANDLE hSemaphore, DWORD *pdwAdviseCookie) |
| static HRESULT WINAPI | IReferenceClockImpl_Unadvise (IReferenceClock *iface, DWORD dwAdviseCookie) |
| HRESULT WINAPI | DMUSIC_CreateReferenceClockImpl (LPCGUID lpcGUID, LPVOID *ppobj, LPUNKNOWN pUnkOuter) |
Variables |
| static const IReferenceClockVtbl | ReferenceClock_Vtbl |