Searched refs:IMemAllocatorCallbackTemp (Results 1 – 1 of 1) sorted by relevance
92 typedef struct IMemAllocatorCallbackTemp IMemAllocatorCallbackTemp; typedef1629 struct IMemAllocatorCallbackTemp : public IMemAllocator { struct1637 … HRESULT (WINAPI *QueryInterface)(IMemAllocatorCallbackTemp *This,REFIID riid,void **ppvObject);1638 ULONG (WINAPI *AddRef)(IMemAllocatorCallbackTemp *This);1639 ULONG (WINAPI *Release)(IMemAllocatorCallbackTemp *This);1640 …HRESULT (WINAPI *SetProperties)(IMemAllocatorCallbackTemp *This,ALLOCATOR_PROPERTIES *pRequest,ALL…1641 HRESULT (WINAPI *GetProperties)(IMemAllocatorCallbackTemp *This,ALLOCATOR_PROPERTIES *pProps);1642 HRESULT (WINAPI *Commit)(IMemAllocatorCallbackTemp *This);1643 HRESULT (WINAPI *Decommit)(IMemAllocatorCallbackTemp *This);1644 …HRESULT (WINAPI *GetBuffer)(IMemAllocatorCallbackTemp *This,IMediaSample **ppBuffer,REFERENCE_TIME…[all …]