IDvdControl2      577 3rdparty/include/dshow/strmif.h typedef struct IDvdControl2 IDvdControl2;
IDvdControl2     7468 3rdparty/include/dshow/strmif.h   struct IDvdControl2 : public IUnknown {
IDvdControl2     7514 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IDvdControl2 *This,REFIID riid,void **ppvObject);
IDvdControl2     7515 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IDvdControl2 *This);
IDvdControl2     7516 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IDvdControl2 *This);
IDvdControl2     7517 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PlayTitle)(IDvdControl2 *This,ULONG ulTitle,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7518 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PlayChapterInTitle)(IDvdControl2 *This,ULONG ulTitle,ULONG ulChapter,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7519 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PlayAtTimeInTitle)(IDvdControl2 *This,ULONG ulTitle,DVD_HMSF_TIMECODE *pStartTime,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7520 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Stop)(IDvdControl2 *This);
IDvdControl2     7521 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ReturnFromSubmenu)(IDvdControl2 *This,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7522 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PlayAtTime)(IDvdControl2 *This,DVD_HMSF_TIMECODE *pTime,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7523 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PlayChapter)(IDvdControl2 *This,ULONG ulChapter,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7524 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PlayPrevChapter)(IDvdControl2 *This,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7525 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ReplayChapter)(IDvdControl2 *This,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7526 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PlayNextChapter)(IDvdControl2 *This,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7527 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PlayForwards)(IDvdControl2 *This,double dSpeed,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7528 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PlayBackwards)(IDvdControl2 *This,double dSpeed,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7529 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ShowMenu)(IDvdControl2 *This,DVD_MENU_ID MenuID,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7530 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Resume)(IDvdControl2 *This,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7531 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectRelativeButton)(IDvdControl2 *This,DVD_RELATIVE_BUTTON buttonDir);
IDvdControl2     7532 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ActivateButton)(IDvdControl2 *This);
IDvdControl2     7533 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectButton)(IDvdControl2 *This,ULONG ulButton);
IDvdControl2     7534 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectAndActivateButton)(IDvdControl2 *This,ULONG ulButton);
IDvdControl2     7535 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *StillOff)(IDvdControl2 *This);
IDvdControl2     7536 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *Pause)(IDvdControl2 *This,WINBOOL bState);
IDvdControl2     7537 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectAudioStream)(IDvdControl2 *This,ULONG ulAudio,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7538 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectSubpictureStream)(IDvdControl2 *This,ULONG ulSubPicture,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7539 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetSubpictureState)(IDvdControl2 *This,WINBOOL bState,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7540 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectAngle)(IDvdControl2 *This,ULONG ulAngle,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7541 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectParentalLevel)(IDvdControl2 *This,ULONG ulParentalLevel);
IDvdControl2     7542 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectParentalCountry)(IDvdControl2 *This,BYTE bCountry[2]);
IDvdControl2     7543 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectKaraokeAudioPresentationMode)(IDvdControl2 *This,ULONG ulMode);
IDvdControl2     7544 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectVideoModePreference)(IDvdControl2 *This,ULONG ulPreferredDisplayMode);
IDvdControl2     7545 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetDVDDirectory)(IDvdControl2 *This,LPCWSTR pszwPath);
IDvdControl2     7546 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *ActivateAtPosition)(IDvdControl2 *This,POINT point);
IDvdControl2     7547 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectAtPosition)(IDvdControl2 *This,POINT point);
IDvdControl2     7548 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PlayChaptersAutoStop)(IDvdControl2 *This,ULONG ulTitle,ULONG ulChapter,ULONG ulChaptersToPlay,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7549 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *AcceptParentalLevelChange)(IDvdControl2 *This,WINBOOL bAccept);
IDvdControl2     7550 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetOption)(IDvdControl2 *This,DVD_OPTION_FLAG flag,WINBOOL fState);
IDvdControl2     7551 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetState)(IDvdControl2 *This,IDvdState *pState,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7552 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *PlayPeriodInTitleAutoStop)(IDvdControl2 *This,ULONG ulTitle,DVD_HMSF_TIMECODE *pStartTime,DVD_HMSF_TIMECODE *pEndTime,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7553 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SetGPRM)(IDvdControl2 *This,ULONG ulIndex,WORD wValue,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7554 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectDefaultMenuLanguage)(IDvdControl2 *This,LCID Language);
IDvdControl2     7555 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectDefaultAudioLanguage)(IDvdControl2 *This,LCID Language,DVD_AUDIO_LANG_EXT audioExtension);
IDvdControl2     7556 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *SelectDefaultSubpictureLanguage)(IDvdControl2 *This,LCID Language,DVD_SUBPICTURE_LANG_EXT subpictureExtension);
IDvdControl2     7608 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_PlayTitle_Proxy(IDvdControl2 *This,ULONG ulTitle,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7610 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_PlayChapterInTitle_Proxy(IDvdControl2 *This,ULONG ulTitle,ULONG ulChapter,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7612 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_PlayAtTimeInTitle_Proxy(IDvdControl2 *This,ULONG ulTitle,DVD_HMSF_TIMECODE *pStartTime,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7614 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_Stop_Proxy(IDvdControl2 *This);
IDvdControl2     7616 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_ReturnFromSubmenu_Proxy(IDvdControl2 *This,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7618 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_PlayAtTime_Proxy(IDvdControl2 *This,DVD_HMSF_TIMECODE *pTime,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7620 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_PlayChapter_Proxy(IDvdControl2 *This,ULONG ulChapter,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7622 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_PlayPrevChapter_Proxy(IDvdControl2 *This,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7624 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_ReplayChapter_Proxy(IDvdControl2 *This,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7626 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_PlayNextChapter_Proxy(IDvdControl2 *This,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7628 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_PlayForwards_Proxy(IDvdControl2 *This,double dSpeed,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7630 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_PlayBackwards_Proxy(IDvdControl2 *This,double dSpeed,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7632 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_ShowMenu_Proxy(IDvdControl2 *This,DVD_MENU_ID MenuID,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7634 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_Resume_Proxy(IDvdControl2 *This,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7636 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectRelativeButton_Proxy(IDvdControl2 *This,DVD_RELATIVE_BUTTON buttonDir);
IDvdControl2     7638 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_ActivateButton_Proxy(IDvdControl2 *This);
IDvdControl2     7640 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectButton_Proxy(IDvdControl2 *This,ULONG ulButton);
IDvdControl2     7642 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectAndActivateButton_Proxy(IDvdControl2 *This,ULONG ulButton);
IDvdControl2     7644 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_StillOff_Proxy(IDvdControl2 *This);
IDvdControl2     7646 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_Pause_Proxy(IDvdControl2 *This,WINBOOL bState);
IDvdControl2     7648 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectAudioStream_Proxy(IDvdControl2 *This,ULONG ulAudio,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7650 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectSubpictureStream_Proxy(IDvdControl2 *This,ULONG ulSubPicture,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7652 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SetSubpictureState_Proxy(IDvdControl2 *This,WINBOOL bState,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7654 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectAngle_Proxy(IDvdControl2 *This,ULONG ulAngle,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7656 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectParentalLevel_Proxy(IDvdControl2 *This,ULONG ulParentalLevel);
IDvdControl2     7658 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectParentalCountry_Proxy(IDvdControl2 *This,BYTE bCountry[2]);
IDvdControl2     7660 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectKaraokeAudioPresentationMode_Proxy(IDvdControl2 *This,ULONG ulMode);
IDvdControl2     7662 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectVideoModePreference_Proxy(IDvdControl2 *This,ULONG ulPreferredDisplayMode);
IDvdControl2     7664 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SetDVDDirectory_Proxy(IDvdControl2 *This,LPCWSTR pszwPath);
IDvdControl2     7666 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_ActivateAtPosition_Proxy(IDvdControl2 *This,POINT point);
IDvdControl2     7668 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectAtPosition_Proxy(IDvdControl2 *This,POINT point);
IDvdControl2     7670 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_PlayChaptersAutoStop_Proxy(IDvdControl2 *This,ULONG ulTitle,ULONG ulChapter,ULONG ulChaptersToPlay,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7672 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_AcceptParentalLevelChange_Proxy(IDvdControl2 *This,WINBOOL bAccept);
IDvdControl2     7674 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SetOption_Proxy(IDvdControl2 *This,DVD_OPTION_FLAG flag,WINBOOL fState);
IDvdControl2     7676 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SetState_Proxy(IDvdControl2 *This,IDvdState *pState,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7678 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_PlayPeriodInTitleAutoStop_Proxy(IDvdControl2 *This,ULONG ulTitle,DVD_HMSF_TIMECODE *pStartTime,DVD_HMSF_TIMECODE *pEndTime,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7680 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SetGPRM_Proxy(IDvdControl2 *This,ULONG ulIndex,WORD wValue,DWORD dwFlags,IDvdCmd **ppCmd);
IDvdControl2     7682 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectDefaultMenuLanguage_Proxy(IDvdControl2 *This,LCID Language);
IDvdControl2     7684 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectDefaultAudioLanguage_Proxy(IDvdControl2 *This,LCID Language,DVD_AUDIO_LANG_EXT audioExtension);
IDvdControl2     7686 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdControl2_SelectDefaultSubpictureLanguage_Proxy(IDvdControl2 *This,LCID Language,DVD_SUBPICTURE_LANG_EXT subpictureExtension);