Home | History | Annotate | Download | only in include

Lines Matching refs:pVal

196     virtual HRESULT WINAPI get_FormatCodes(VARIANT *pVal) = 0;
218 HRESULT (WINAPI *get_FormatCodes)(ITMedia *This,VARIANT *pVal);
242 #define ITMedia_get_FormatCodes(This,pVal) (This)->lpVtbl->get_FormatCodes(This,pVal)
261 HRESULT WINAPI ITMedia_get_FormatCodes_Proxy(ITMedia *This,VARIANT *pVal);
279 virtual HRESULT WINAPI Next(ULONG celt,ITMedia **pVal,ULONG *pceltFetched) = 0;
290 HRESULT (WINAPI *Next)(IEnumMedia *This,ULONG celt,ITMedia **pVal,ULONG *pceltFetched);
303 #define IEnumMedia_Next(This,celt,pVal,pceltFetched) (This)->lpVtbl->Next(This,celt,pVal,pceltFetched)
309 HRESULT WINAPI IEnumMedia_Next_Proxy(IEnumMedia *This,ULONG celt,ITMedia **pVal,ULONG *pceltFetched);
325 virtual HRESULT WINAPI get_Count(LONG *pVal) = 0;
326 virtual HRESULT WINAPI get_Item(LONG Index,ITMedia **pVal) = 0;
327 virtual HRESULT WINAPI get__NewEnum(IUnknown **pVal) = 0;
328 virtual HRESULT WINAPI get_EnumerationIf(IEnumMedia **pVal) = 0;
342 HRESULT (WINAPI *get_Count)(ITMediaCollection *This,LONG *pVal);
343 HRESULT (WINAPI *get_Item)(ITMediaCollection *This,LONG Index,ITMedia **pVal);
344 HRESULT (WINAPI *get__NewEnum)(ITMediaCollection *This,IUnknown **pVal);
345 HRESULT (WINAPI *get_EnumerationIf)(ITMediaCollection *This,IEnumMedia **pVal);
361 #define ITMediaCollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal)
362 #define ITMediaCollection_get_Item(This,Index,pVal) (This)->lpVtbl->get_Item(This,Index,pVal)
363 #define ITMediaCollection_get__NewEnum(This,pVal) (This)->lpVtbl->get__NewEnum(This,pVal)
364 #define ITMediaCollection_get_EnumerationIf(This,pVal) (This)->lpVtbl->get_EnumerationIf(This,pVal)
369 HRESULT WINAPI ITMediaCollection_get_Count_Proxy(ITMediaCollection *This,LONG *pVal);
371 HRESULT WINAPI ITMediaCollection_get_Item_Proxy(ITMediaCollection *This,LONG Index,ITMedia **pVal);
373 HRESULT WINAPI ITMediaCollection_get__NewEnum_Proxy(ITMediaCollection *This,IUnknown **pVal);
375 HRESULT WINAPI ITMediaCollection_get_EnumerationIf_Proxy(ITMediaCollection *This,IEnumMedia **pVal);
443 virtual HRESULT WINAPI Next(ULONG celt,ITTime **pVal,ULONG *pceltFetched) = 0;
454 HRESULT (WINAPI *Next)(IEnumTime *This,ULONG celt,ITTime **pVal,ULONG *pceltFetched);
467 #define IEnumTime_Next(This,celt,pVal,pceltFetched) (This)->lpVtbl->Next(This,celt,pVal,pceltFetched)
473 HRESULT WINAPI IEnumTime_Next_Proxy(IEnumTime *This,ULONG celt,ITTime **pVal,ULONG *pceltFetched);
489 virtual HRESULT WINAPI get_Count(LONG *pVal) = 0;
490 virtual HRESULT WINAPI get_Item(LONG Index,ITTime **pVal) = 0;
491 virtual HRESULT WINAPI get__NewEnum(IUnknown **pVal) = 0;
492 virtual HRESULT WINAPI get_EnumerationIf(IEnumTime **pVal) = 0;
506 HRESULT (WINAPI *get_Count)(ITTimeCollection *This,LONG *pVal);
507 HRESULT (WINAPI *get_Item)(ITTimeCollection *This,LONG Index,ITTime **pVal);
508 HRESULT (WINAPI *get__NewEnum)(ITTimeCollection *This,IUnknown **pVal);
509 HRESULT (WINAPI *get_EnumerationIf)(ITTimeCollection *This,IEnumTime **pVal);
525 #define ITTimeCollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal)
526 #define ITTimeCollection_get_Item(This,Index,pVal) (This)->lpVtbl->get_Item(This,Index,pVal)
527 #define ITTimeCollection_get__NewEnum(This,pVal) (This)->lpVtbl->get__NewEnum(This,pVal)
528 #define ITTimeCollection_get_EnumerationIf(This,pVal) (This)->lpVtbl->get_EnumerationIf(This,pVal)
533 HRESULT WINAPI ITTimeCollection_get_Count_Proxy(ITTimeCollection *This,LONG *pVal);
535 HRESULT WINAPI ITTimeCollection_get_Item_Proxy(ITTimeCollection *This,LONG Index,ITTime **pVal);
537 HRESULT WINAPI ITTimeCollection_get__NewEnum_Proxy(ITTimeCollection *This,IUnknown **pVal);
539 HRESULT WINAPI ITTimeCollection_get_EnumerationIf_Proxy(ITTimeCollection *This,IEnumTime **pVal);
791 virtual HRESULT WINAPI get_Count(LONG *pVal) = 0;
792 virtual HRESULT WINAPI get_Item(LONG Index,BSTR *pVal) = 0;
795 virtual HRESULT WINAPI get_AttributeList(VARIANT *pVal) = 0;
808 HRESULT (WINAPI *get_Count)(ITAttributeList *This,LONG *pVal);
809 HRESULT (WINAPI *get_Item)(ITAttributeList *This,LONG Index,BSTR *pVal);
812 HRESULT (WINAPI *get_AttributeList)(ITAttributeList *This,VARIANT *pVal);
827 #define ITAttributeList_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal)
828 #define ITAttributeList_get_Item(This,Index,pVal) (This)->lpVtbl->get_Item(This,Index,pVal)
831 #define ITAttributeList_get_AttributeList(This,pVal) (This)->lpVtbl->get_AttributeList(This,pVal)
835 HRESULT WINAPI ITAttributeList_get_Count_Proxy(ITAttributeList *This,LONG *pVal);
837 HRESULT WINAPI ITAttributeList_get_Item_Proxy(ITAttributeList *This,LONG Index,BSTR *pVal);
843 HRESULT WINAPI ITAttributeList_get_AttributeList_Proxy(ITAttributeList *This,VARIANT *pVal);