Searched refs:IReferenceClock2 (Results 1 – 1 of 1) sorted by relevance
72 typedef struct IReferenceClock2 IReferenceClock2; typedef1327 struct IReferenceClock2 : public IReferenceClock { struct1332 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 streamT…1337 …HRESULT (WINAPI *AdvisePeriodic)(IReferenceClock2 *This,REFERENCE_TIME startTime,REFERENCE_TIME pe…1338 HRESULT (WINAPI *Unadvise)(IReferenceClock2 *This,DWORD_PTR dwAdviseCookie);1341 struct IReferenceClock2 { struct[all …]