Lines Matching refs:IReferenceClock2
72 typedef struct IReferenceClock2 IReferenceClock2;
1327 struct IReferenceClock2 : public IReferenceClock {
1332 HRESULT (WINAPI *QueryInterface)(IReferenceClock2 *This,REFIID riid,void **ppvObject);
1333 ULONG (WINAPI *AddRef)(IReferenceClock2 *This);
1334 ULONG (WINAPI *Release)(IReferenceClock2 *This);
1335 HRESULT (WINAPI *GetTime)(IReferenceClock2 *This,REFERENCE_TIME *pTime);
1336 HRESULT (WINAPI *AdviseTime)(IReferenceClock2 *This,REFERENCE_TIME baseTime,REFERENCE_TIME streamTime,HEVENT hEvent,DWORD_PTR *pdwAdviseCookie);
1337 HRESULT (WINAPI *AdvisePeriodic)(IReferenceClock2 *This,REFERENCE_TIME startTime,REFERENCE_TIME periodTime,HSEMAPHORE hSemaphore,DWORD_PTR *pdwAdviseCookie);
1338 HRESULT (WINAPI *Unadvise)(IReferenceClock2 *This,DWORD_PTR dwAdviseCookie);
1341 struct IReferenceClock2 {
1356 typedef IReferenceClock2 *PREFERENCECLOCK2;