AppleWin/source/linux/windows/dmusicc.h
Andrea Odetti 04ef0bf377 Compile SoundCore from AW.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-07-01 18:48:41 +01:00

13 lines
409 B
C

#pragma once
#include "linux/windows/winbase.h"
#include "linux/windows/handles.h"
#include "linux/windows/guiddef.h"
typedef LONGLONG REFERENCE_TIME;
struct IReferenceClock : public IUnknown
{
HRESULT GetTime(REFERENCE_TIME *pTime);
HRESULT AdvisePeriodic(REFERENCE_TIME startTime, REFERENCE_TIME periodTime, HSEMAPHORE hSemaphore, DWORD *pdwAdviseCookie);
HRESULT Unadvise(DWORD dwAdviseCookie);
};