Searched refs:IDvdInfo (Results 1 – 1 of 1) sorted by relevance
562 typedef struct IDvdInfo IDvdInfo; typedef7255 struct IDvdInfo : public IUnknown { struct7284 HRESULT (WINAPI *QueryInterface)(IDvdInfo *This,REFIID riid,void **ppvObject);7285 ULONG (WINAPI *AddRef)(IDvdInfo *This);7286 ULONG (WINAPI *Release)(IDvdInfo *This);7287 HRESULT (WINAPI *GetCurrentDomain)(IDvdInfo *This,DVD_DOMAIN *pDomain);7288 HRESULT (WINAPI *GetCurrentLocation)(IDvdInfo *This,DVD_PLAYBACK_LOCATION *pLocation);7289 HRESULT (WINAPI *GetTotalTitleTime)(IDvdInfo *This,ULONG *pulTotalTime);7290 …HRESULT (WINAPI *GetCurrentButton)(IDvdInfo *This,ULONG *pulButtonsAvailable,ULONG *pulCurrentButt…7291 …HRESULT (WINAPI *GetCurrentAngle)(IDvdInfo *This,ULONG *pulAnglesAvailable,ULONG *pulCurrentAngle);[all …]