IDvdControl       557 3rdparty/include/dshow/strmif.h typedef struct IDvdControl IDvdControl;
IDvdControl      7054 3rdparty/include/dshow/strmif.h   struct IDvdControl : public IUnknown {
IDvdControl      7095 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IDvdControl *This,REFIID riid,void **ppvObject);
IDvdControl      7096 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IDvdControl *This);
IDvdControl      7097 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IDvdControl *This);
IDvdControl      7098 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *TitlePlay)(IDvdControl *This,ULONG ulTitle);
IDvdControl      7099 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ChapterPlay)(IDvdControl *This,ULONG ulTitle,ULONG ulChapter);
IDvdControl      7100 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *TimePlay)(IDvdControl *This,ULONG ulTitle,ULONG bcdTime);
IDvdControl      7101 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *StopForResume)(IDvdControl *This);
IDvdControl      7102 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GoUp)(IDvdControl *This);
IDvdControl      7103 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *TimeSearch)(IDvdControl *This,ULONG bcdTime);
IDvdControl      7104 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ChapterSearch)(IDvdControl *This,ULONG ulChapter);
IDvdControl      7105 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PrevPGSearch)(IDvdControl *This);
IDvdControl      7106 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *TopPGSearch)(IDvdControl *This);
IDvdControl      7107 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *NextPGSearch)(IDvdControl *This);
IDvdControl      7108 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ForwardScan)(IDvdControl *This,double dwSpeed);
IDvdControl      7109 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *BackwardScan)(IDvdControl *This,double dwSpeed);
IDvdControl      7110 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *MenuCall)(IDvdControl *This,DVD_MENU_ID MenuID);
IDvdControl      7111 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Resume)(IDvdControl *This);
IDvdControl      7112 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *UpperButtonSelect)(IDvdControl *This);
IDvdControl      7113 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *LowerButtonSelect)(IDvdControl *This);
IDvdControl      7114 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *LeftButtonSelect)(IDvdControl *This);
IDvdControl      7115 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *RightButtonSelect)(IDvdControl *This);
IDvdControl      7116 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ButtonActivate)(IDvdControl *This);
IDvdControl      7117 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ButtonSelectAndActivate)(IDvdControl *This,ULONG ulButton);
IDvdControl      7118 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *StillOff)(IDvdControl *This);
IDvdControl      7119 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PauseOn)(IDvdControl *This);
IDvdControl      7120 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PauseOff)(IDvdControl *This);
IDvdControl      7121 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *MenuLanguageSelect)(IDvdControl *This,LCID Language);
IDvdControl      7122 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AudioStreamChange)(IDvdControl *This,ULONG ulAudio);
IDvdControl      7123 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SubpictureStreamChange)(IDvdControl *This,ULONG ulSubPicture,WINBOOL bDisplay);
IDvdControl      7124 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AngleChange)(IDvdControl *This,ULONG ulAngle);
IDvdControl      7125 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ParentalLevelSelect)(IDvdControl *This,ULONG ulParentalLevel);
IDvdControl      7126 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ParentalCountrySelect)(IDvdControl *This,WORD wCountry);
IDvdControl      7127 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *KaraokeAudioPresentationModeChange)(IDvdControl *This,ULONG ulMode);
IDvdControl      7128 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *VideoModePreferrence)(IDvdControl *This,ULONG ulPreferredDisplayMode);
IDvdControl      7129 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetRoot)(IDvdControl *This,LPCWSTR pszPath);
IDvdControl      7130 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *MouseActivate)(IDvdControl *This,POINT point);
IDvdControl      7131 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *MouseSelect)(IDvdControl *This,POINT point);
IDvdControl      7132 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ChapterPlayAutoStop)(IDvdControl *This,ULONG ulTitle,ULONG ulChapter,ULONG ulChaptersToPlay);
IDvdControl      7179 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_TitlePlay_Proxy(IDvdControl *This,ULONG ulTitle);
IDvdControl      7181 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_ChapterPlay_Proxy(IDvdControl *This,ULONG ulTitle,ULONG ulChapter);
IDvdControl      7183 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_TimePlay_Proxy(IDvdControl *This,ULONG ulTitle,ULONG bcdTime);
IDvdControl      7185 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_StopForResume_Proxy(IDvdControl *This);
IDvdControl      7187 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_GoUp_Proxy(IDvdControl *This);
IDvdControl      7189 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_TimeSearch_Proxy(IDvdControl *This,ULONG bcdTime);
IDvdControl      7191 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_ChapterSearch_Proxy(IDvdControl *This,ULONG ulChapter);
IDvdControl      7193 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_PrevPGSearch_Proxy(IDvdControl *This);
IDvdControl      7195 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_TopPGSearch_Proxy(IDvdControl *This);
IDvdControl      7197 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_NextPGSearch_Proxy(IDvdControl *This);
IDvdControl      7199 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_ForwardScan_Proxy(IDvdControl *This,double dwSpeed);
IDvdControl      7201 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_BackwardScan_Proxy(IDvdControl *This,double dwSpeed);
IDvdControl      7203 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_MenuCall_Proxy(IDvdControl *This,DVD_MENU_ID MenuID);
IDvdControl      7205 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_Resume_Proxy(IDvdControl *This);
IDvdControl      7207 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_UpperButtonSelect_Proxy(IDvdControl *This);
IDvdControl      7209 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_LowerButtonSelect_Proxy(IDvdControl *This);
IDvdControl      7211 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_LeftButtonSelect_Proxy(IDvdControl *This);
IDvdControl      7213 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_RightButtonSelect_Proxy(IDvdControl *This);
IDvdControl      7215 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_ButtonActivate_Proxy(IDvdControl *This);
IDvdControl      7217 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_ButtonSelectAndActivate_Proxy(IDvdControl *This,ULONG ulButton);
IDvdControl      7219 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_StillOff_Proxy(IDvdControl *This);
IDvdControl      7221 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_PauseOn_Proxy(IDvdControl *This);
IDvdControl      7223 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_PauseOff_Proxy(IDvdControl *This);
IDvdControl      7225 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_MenuLanguageSelect_Proxy(IDvdControl *This,LCID Language);
IDvdControl      7227 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_AudioStreamChange_Proxy(IDvdControl *This,ULONG ulAudio);
IDvdControl      7229 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_SubpictureStreamChange_Proxy(IDvdControl *This,ULONG ulSubPicture,WINBOOL bDisplay);
IDvdControl      7231 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_AngleChange_Proxy(IDvdControl *This,ULONG ulAngle);
IDvdControl      7233 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_ParentalLevelSelect_Proxy(IDvdControl *This,ULONG ulParentalLevel);
IDvdControl      7235 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_ParentalCountrySelect_Proxy(IDvdControl *This,WORD wCountry);
IDvdControl      7237 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_KaraokeAudioPresentationModeChange_Proxy(IDvdControl *This,ULONG ulMode);
IDvdControl      7239 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_VideoModePreferrence_Proxy(IDvdControl *This,ULONG ulPreferredDisplayMode);
IDvdControl      7241 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_SetRoot_Proxy(IDvdControl *This,LPCWSTR pszPath);
IDvdControl      7243 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_MouseActivate_Proxy(IDvdControl *This,POINT point);
IDvdControl      7245 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_MouseSelect_Proxy(IDvdControl *This,POINT point);
IDvdControl      7247 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl_ChapterPlayAutoStop_Proxy(IDvdControl *This,ULONG ulTitle,ULONG ulChapter,ULONG ulChaptersToPlay);