Home | History | Annotate | Download | only in include

Lines Matching refs:GetAllocator

3155     virtual HRESULT STDMETHODCALLTYPE GetAllocator(
3197 HRESULT (STDMETHODCALLTYPE *GetAllocator)(
3236 #define IMemInputPin_GetAllocator(This,ppAllocator) (This)->lpVtbl->GetAllocator(This,ppAllocator)
3255 return This->lpVtbl->GetAllocator(This,ppAllocator);