IDvdInfo          562 3rdparty/include/dshow/strmif.h typedef struct IDvdInfo IDvdInfo;
IDvdInfo         7255 3rdparty/include/dshow/strmif.h   struct IDvdInfo : public IUnknown {
IDvdInfo         7284 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *QueryInterface)(IDvdInfo *This,REFIID riid,void **ppvObject);
IDvdInfo         7285 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *AddRef)(IDvdInfo *This);
IDvdInfo         7286 3rdparty/include/dshow/strmif.h       ULONG (WINAPI *Release)(IDvdInfo *This);
IDvdInfo         7287 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentDomain)(IDvdInfo *This,DVD_DOMAIN *pDomain);
IDvdInfo         7288 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentLocation)(IDvdInfo *This,DVD_PLAYBACK_LOCATION *pLocation);
IDvdInfo         7289 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetTotalTitleTime)(IDvdInfo *This,ULONG *pulTotalTime);
IDvdInfo         7290 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentButton)(IDvdInfo *This,ULONG *pulButtonsAvailable,ULONG *pulCurrentButton);
IDvdInfo         7291 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentAngle)(IDvdInfo *This,ULONG *pulAnglesAvailable,ULONG *pulCurrentAngle);
IDvdInfo         7292 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentAudio)(IDvdInfo *This,ULONG *pulStreamsAvailable,ULONG *pulCurrentStream);
IDvdInfo         7293 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentSubpicture)(IDvdInfo *This,ULONG *pulStreamsAvailable,ULONG *pulCurrentStream,WINBOOL *pIsDisabled);
IDvdInfo         7294 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentUOPS)(IDvdInfo *This,VALID_UOP_SOMTHING_OR_OTHER *pUOP);
IDvdInfo         7295 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetAllSPRMs)(IDvdInfo *This,SPRMARRAY *pRegisterArray);
IDvdInfo         7296 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetAllGPRMs)(IDvdInfo *This,GPRMARRAY *pRegisterArray);
IDvdInfo         7297 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetAudioLanguage)(IDvdInfo *This,ULONG ulStream,LCID *pLanguage);
IDvdInfo         7298 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetSubpictureLanguage)(IDvdInfo *This,ULONG ulStream,LCID *pLanguage);
IDvdInfo         7299 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetTitleAttributes)(IDvdInfo *This,ULONG ulTitle,DVD_ATR *pATR);
IDvdInfo         7300 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetVMGAttributes)(IDvdInfo *This,DVD_ATR *pATR);
IDvdInfo         7301 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentVideoAttributes)(IDvdInfo *This,DVD_VideoATR *pATR);
IDvdInfo         7302 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentAudioAttributes)(IDvdInfo *This,DVD_AudioATR *pATR);
IDvdInfo         7303 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentSubpictureAttributes)(IDvdInfo *This,DVD_SubpictureATR *pATR);
IDvdInfo         7304 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetCurrentVolumeInfo)(IDvdInfo *This,ULONG *pulNumOfVol,ULONG *pulThisVolNum,DVD_DISC_SIDE *pSide,ULONG *pulNumOfTitles);
IDvdInfo         7305 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetDVDTextInfo)(IDvdInfo *This,BYTE *pTextManager,ULONG ulBufSize,ULONG *pulActualSize);
IDvdInfo         7306 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetPlayerParentalLevel)(IDvdInfo *This,ULONG *pulParentalLevel,ULONG *pulCountryCode);
IDvdInfo         7307 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetNumberOfChapters)(IDvdInfo *This,ULONG ulTitle,ULONG *pulNumberOfChapters);
IDvdInfo         7308 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetTitleParentalLevels)(IDvdInfo *This,ULONG ulTitle,ULONG *pulParentalLevels);
IDvdInfo         7309 3rdparty/include/dshow/strmif.h       HRESULT (WINAPI *GetRoot)(IDvdInfo *This,LPSTR pRoot,ULONG ulBufSize,ULONG *pulActualSize);
IDvdInfo         7344 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetCurrentDomain_Proxy(IDvdInfo *This,DVD_DOMAIN *pDomain);
IDvdInfo         7346 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetCurrentLocation_Proxy(IDvdInfo *This,DVD_PLAYBACK_LOCATION *pLocation);
IDvdInfo         7348 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetTotalTitleTime_Proxy(IDvdInfo *This,ULONG *pulTotalTime);
IDvdInfo         7350 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetCurrentButton_Proxy(IDvdInfo *This,ULONG *pulButtonsAvailable,ULONG *pulCurrentButton);
IDvdInfo         7352 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetCurrentAngle_Proxy(IDvdInfo *This,ULONG *pulAnglesAvailable,ULONG *pulCurrentAngle);
IDvdInfo         7354 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetCurrentAudio_Proxy(IDvdInfo *This,ULONG *pulStreamsAvailable,ULONG *pulCurrentStream);
IDvdInfo         7356 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetCurrentSubpicture_Proxy(IDvdInfo *This,ULONG *pulStreamsAvailable,ULONG *pulCurrentStream,WINBOOL *pIsDisabled);
IDvdInfo         7358 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetCurrentUOPS_Proxy(IDvdInfo *This,VALID_UOP_SOMTHING_OR_OTHER *pUOP);
IDvdInfo         7360 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetAllSPRMs_Proxy(IDvdInfo *This,SPRMARRAY *pRegisterArray);
IDvdInfo         7362 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetAllGPRMs_Proxy(IDvdInfo *This,GPRMARRAY *pRegisterArray);
IDvdInfo         7364 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetAudioLanguage_Proxy(IDvdInfo *This,ULONG ulStream,LCID *pLanguage);
IDvdInfo         7366 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetSubpictureLanguage_Proxy(IDvdInfo *This,ULONG ulStream,LCID *pLanguage);
IDvdInfo         7368 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetTitleAttributes_Proxy(IDvdInfo *This,ULONG ulTitle,DVD_ATR *pATR);
IDvdInfo         7370 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetVMGAttributes_Proxy(IDvdInfo *This,DVD_ATR *pATR);
IDvdInfo         7372 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetCurrentVideoAttributes_Proxy(IDvdInfo *This,DVD_VideoATR *pATR);
IDvdInfo         7374 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetCurrentAudioAttributes_Proxy(IDvdInfo *This,DVD_AudioATR *pATR);
IDvdInfo         7376 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetCurrentSubpictureAttributes_Proxy(IDvdInfo *This,DVD_SubpictureATR *pATR);
IDvdInfo         7378 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetCurrentVolumeInfo_Proxy(IDvdInfo *This,ULONG *pulNumOfVol,ULONG *pulThisVolNum,DVD_DISC_SIDE *pSide,ULONG *pulNumOfTitles);
IDvdInfo         7380 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetDVDTextInfo_Proxy(IDvdInfo *This,BYTE *pTextManager,ULONG ulBufSize,ULONG *pulActualSize);
IDvdInfo         7382 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetPlayerParentalLevel_Proxy(IDvdInfo *This,ULONG *pulParentalLevel,ULONG *pulCountryCode);
IDvdInfo         7384 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetNumberOfChapters_Proxy(IDvdInfo *This,ULONG ulTitle,ULONG *pulNumberOfChapters);
IDvdInfo         7386 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetTitleParentalLevels_Proxy(IDvdInfo *This,ULONG ulTitle,ULONG *pulParentalLevels);
IDvdInfo         7388 3rdparty/include/dshow/strmif.h   HRESULT WINAPI IDvdInfo_GetRoot_Proxy(IDvdInfo *This,LPSTR pRoot,ULONG ulBufSize,ULONG *pulActualSize);