AppleWin/source/linux/windows/dmusicc.cpp

18 lines
383 B
C++
Raw Normal View History

#include "linux/windows/dmusicc.h"
#include "linux/windows/winerror.h"
HRESULT IReferenceClock::GetTime(REFERENCE_TIME *pTime)
{
return S_OK;
}
HRESULT IReferenceClock::AdvisePeriodic(REFERENCE_TIME startTime, REFERENCE_TIME periodTime, HSEMAPHORE hSemaphore, DWORD *pdwAdviseCookie)
{
return S_OK;
}
HRESULT IReferenceClock::Unadvise(DWORD dwAdviseCookie)
{
return S_OK;
}