Searched refs:IDvdControl (Results 1 – 1 of 1) sorted by relevance
557 typedef struct IDvdControl IDvdControl; typedef7054 struct IDvdControl : public IUnknown { struct7095 HRESULT (WINAPI *QueryInterface)(IDvdControl *This,REFIID riid,void **ppvObject);7096 ULONG (WINAPI *AddRef)(IDvdControl *This);7097 ULONG (WINAPI *Release)(IDvdControl *This);7098 HRESULT (WINAPI *TitlePlay)(IDvdControl *This,ULONG ulTitle);7099 HRESULT (WINAPI *ChapterPlay)(IDvdControl *This,ULONG ulTitle,ULONG ulChapter);7100 HRESULT (WINAPI *TimePlay)(IDvdControl *This,ULONG ulTitle,ULONG bcdTime);7101 HRESULT (WINAPI *StopForResume)(IDvdControl *This);7102 HRESULT (WINAPI *GoUp)(IDvdControl *This);[all …]