Home | History | Annotate | Download | only in include

Lines Matching full:pctinfo

198         UINT *pctinfo);
263 #define IDirectShowStream_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo)
286 static FORCEINLINE HRESULT IDirectShowStream_GetTypeInfoCount(IDirectShowStream* This,UINT *pctinfo) {
287 return This->lpVtbl->GetTypeInfoCount(This,pctinfo);