Home | History | Annotate | Download | only in include

Lines Matching refs:GetDataLength

1254     STDMETHOD_(HRESULT,GetDataLength)(THIS_ WORD *pwVal) PURE;
1264 #define IDVB_ST_GetDataLength(This,pwVal) (This)->lpVtbl->GetDataLength(This,pwVal)