18 lines
383 B
C++
18 lines
383 B
C++
|
#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;
|
||
|
}
|