Searched refs:IAMTimecodeDisplay (Results 1 – 1 of 1) sorted by relevance
4398 typedef interface IAMTimecodeDisplay IAMTimecodeDisplay; typedef10965 typedef struct IAMTimecodeDisplay IAMTimecodeDisplay; typedef12867 struct IAMTimecodeDisplay : public IUnknown { struct12877 HRESULT (WINAPI *QueryInterface)(IAMTimecodeDisplay *This,REFIID riid,void **ppvObject);12878 ULONG (WINAPI *AddRef)(IAMTimecodeDisplay *This);12879 ULONG (WINAPI *Release)(IAMTimecodeDisplay *This);12880 HRESULT (WINAPI *GetTCDisplayEnable)(IAMTimecodeDisplay *This,LONG *pState);12881 HRESULT (WINAPI *SetTCDisplayEnable)(IAMTimecodeDisplay *This,LONG State);12882 HRESULT (WINAPI *GetTCDisplay)(IAMTimecodeDisplay *This,LONG Param,LONG *pValue);12883 HRESULT (WINAPI *SetTCDisplay)(IAMTimecodeDisplay *This,LONG Param,LONG Value);[all …]