Lines Matching refs:IDvdControl

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